sip - How to configure nat for a conference using confBridge in Asterisk? -


i trying host conference meeting using asterisk's confbridge. how handle nat confbridge application handled in sip.conf specifying

nat=yes 

is there way configure similar confbridge. went through confbridge.conf comments. couldnt find help.

the issue facing receving 1 directional audio when try join 2 participants. possible reason?

edit:

configuaration of sip peers sip.conf have sip peers configured correctly guess. here sip peers configuration.

[5001] type=friend username=aki secret=password callerid=aki<5001> host=dynamic context=t***e nat=yes  [5002] type=friend username=apu secret=password callerid=apu<5002> host=dynamic context=t***e nat=yes 

this might better perspective.

i writing own sip client using jain-sip. same configuration works well(bi-directional audio) when sipclient , 3rd party sip softphone communicating directly through asterisk. when use confbridge audio 3rd party sip softphone sipclient not audible. have tried different sip softphones , still result same.

you not need deal nat in conference.

conference works upper level channels(sip/iax). need configure correctly sip or iax peers


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -