Merge "pbx: update SIP config to help deal with NAT issues"

This commit is contained in:
Jenkins 2013-08-06 00:03:10 +00:00 committed by Gerrit Code Review
commit b1719f6fae

View File

@ -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 -%>