forked from Mirrors/freeswitch
4b4f01f936
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8382 d0543943-73ff-0310-b7d9-9358b9ac24b2
45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<configuration name="switch.conf" description="Core Configuration">
|
|
|
|
<cli-keybindings>
|
|
<key name="1" value="help"/>
|
|
<key name="2" value="status"/>
|
|
<key name="3" value="show channels"/>
|
|
<key name="4" value="show calls"/>
|
|
<key name="5" value="sofia status"/>
|
|
<key name="6" value="reloadxml"/>
|
|
<key name="7" value="console loglevel 0"/>
|
|
<key name="8" value="console loglevel 7"/>
|
|
<key name="9" value="sofia status profile internal"/>
|
|
<key name="10" value="fsctl pause"/>
|
|
<key name="11" value="fsctl resume"/>
|
|
<key name="12" value="version"/>
|
|
</cli-keybindings>
|
|
|
|
<settings>
|
|
<!--Most channels to allow at once -->
|
|
<param name="max-sessions" value="1000"/>
|
|
<!--Most channels to create per second -->
|
|
<param name="sessions-per-second" value="30"/>
|
|
<!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
|
|
<param name="loglevel" value="debug"/>
|
|
<!--Try to catch any crashes that can be recoverable (in the context of a call)-->
|
|
<param name="crash-protection" value="false"/>
|
|
<!--<param name="max_dtmf_duration" value="192000"/>-->
|
|
<!--<param name="default_dtmf_duration" value="8000"/>-->
|
|
<param name="mailer-app" value="sendmail"/>
|
|
<param name="mailer-app-args" value="-t"/>
|
|
<param name="dump-cores" value="yes"/>
|
|
<!--RTP port range -->
|
|
<!--<param name="rtp-start-port" value="16384"/>-->
|
|
<!--<param name="rtp-end-port" value="32768"/>-->
|
|
</settings>
|
|
<!--Any variables defined here will be available in every channel, in the dialplan etc -->
|
|
<variables>
|
|
<variable name="uk-ring" value="%(400,200,400,450);%(400,2200,400,450)"/>
|
|
<variable name="us-ring" value="%(2000, 4000, 440.0, 480.0)"/>
|
|
<variable name="fr-ring" value="%(1500, 3500, 440.0, 0.0)"/>
|
|
<variable name="bong-ring" value="v=-7;%(100,0,941.0,1477.0);v=-7;>=2;+=.1;%(1400,0,350,440)"/>
|
|
</variables>
|
|
</configuration>
|
|
|