forked from Mirrors/freeswitch
5de06fb3d5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6319 d0543943-73ff-0310-b7d9-9358b9ac24b2
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<configuration name="switch.conf" description="Modules">
|
|
<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 -->
|
|
<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="mailer-app" value="sendmail"/>
|
|
<param name="mailer-app-args" value="-t"/>
|
|
<!--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="bong-ring" value="v=4000;>=0;+=2;#(60,0);v=2000;%(940,0,350,440)"/>
|
|
</variables>
|
|
</configuration>
|
|
|