Add default dtmf-type of rfc2833 to all the SIP profiles.

This commit is contained in:
markjcrane
2016-05-02 15:56:20 -06:00
parent 04dfb86640
commit e5368dd5dd
4 changed files with 5 additions and 2 deletions
@@ -80,6 +80,7 @@
<!-- port to bind to for sip traffic -->
<param name="sip-port" value="$${internal_sip_port}"/>
<param name="dialplan" value="XML"/>
<param name="dtmf-type" value="rfc2833"/>
<param name="dtmf-duration" value="2000"/>
<param name="inbound-codec-prefs" value="$${global_codec_prefs}"/>
<param name="outbound-codec-prefs" value="$${global_codec_prefs}"/>
@@ -122,7 +123,6 @@
-->
<param name="local-network-acl" value="localnet.auto"/>
<param name="apply-register-acl" value="domains" enabled="false"/>
<param name="dtmf-type" value="info" enabled="false"/>
<!-- 'true' means every time 'first-only' means on the first register -->
<param name="send-message-query-on-register" value="true" enabled="false"/>