pbx: update SIP config to help deal with NAT issues
SIP is pretty much terrible at dealing with NAT. Asterisk has some knobs that can be enabled to help deal with common issues. Turn them on. In passing, remove the videosupport=yes line. We don't have video enabled for the conference application and we don't have any video codecs allowed, so this option didn't do anything. Change-Id: Ibc17ad3da9bbc110a8cb19daaea1655d0a208670
This commit is contained in:
parent
ec24ad27da
commit
d67dfea213
@ -11,7 +11,7 @@ allow=g722
|
||||
allow=ulaw
|
||||
allow=alaw
|
||||
allow=gsm
|
||||
videosupport=yes
|
||||
nat=force_rport,comedia
|
||||
<% sip_providers.each do |provider| -%>
|
||||
register => <%= provider['username'] %>:<%= provider['password'] %>@<%= provider['hostname'] %>:5060
|
||||
<% end -%>
|
||||
|
Loading…
Reference in New Issue
Block a user