Browse Source

Enable ZRTP and change DTMF interval to 500

3.12
Darren Schreiber 13 years ago
parent
commit
c94b8ebcaf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      autoload_configs/switch.conf.xml
  2. +1
    -1
      sip_profiles/internal.xml

+ 1
- 1
autoload_configs/switch.conf.xml View File

@ -41,7 +41,7 @@
<!--<param name="timer-affinity" value="disabled"/>-->
<param name="rtp-start-port" value="16384"/>
<param name="rtp-end-port" value="32768"/>
<param name="rtp-enable-zrtp" value="false"/>
<param name="rtp-enable-zrtp" value="true"/>
<!--<param name="core-db-dsn" value="fs_core"/>-->
<!--<param name="core-dbtype" value="MSSQL"/>-->
</settings>


+ 1
- 1
sip_profiles/internal.xml View File

@ -106,7 +106,7 @@
<!-- DTMF -->
<param name="dtmf-duration" value="350"/>
<param name="dtmf-duration" value="500"/>
<param name="rfc2833-pt" value="101"/>
<param name="dtmf-type" value="rfc2833"/>
<param name="pass-rfc2833" value="false"/>


Loading…
Cancel
Save