2007-01-22 20:12:47 -05:00
|
|
|
<configuration name="switch.conf" description="Modules">
|
|
|
|
<settings>
|
|
|
|
<!--Most channels to allow at once -->
|
|
|
|
<param name="max-sessions" value="1000"/>
|
2007-10-03 12:53:18 -04:00
|
|
|
<!--Most channels to create per second -->
|
|
|
|
<param name="sessions-per-second" value="30"/>
|
2007-12-10 14:16:50 -05:00
|
|
|
<!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
|
2007-10-05 14:59:18 -04:00
|
|
|
<param name="loglevel" value="debug"/>
|
2007-05-10 12:56:29 -04:00
|
|
|
<!--Try to catch any crashes that can be recoverable (in the context of a call)-->
|
|
|
|
<param name="crash-protection" value="false"/>
|
2007-11-05 13:45:26 -05:00
|
|
|
<param name="mailer-app" value="sendmail"/>
|
|
|
|
<param name="mailer-app-args" value="-t"/>
|
2007-12-19 20:10:17 -05:00
|
|
|
<param name="dump-cores" value="yes"/>
|
2007-04-06 23:07:43 -04:00
|
|
|
<!--RTP port range -->
|
|
|
|
<!--<param name="rtp-start-port" value="16384"/>-->
|
|
|
|
<!--<param name="rtp-end-port" value="32768"/>-->
|
2007-01-22 20:12:47 -05:00
|
|
|
</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)"/>
|
2008-01-18 17:51:53 -05:00
|
|
|
<variable name="bong-ring" value="v=-7;%(100,0,941.0,1477.0);v=-7;>=2;+=.1;%(1400,0,350,440)"/>
|
2007-01-22 20:12:47 -05:00
|
|
|
</variables>
|
|
|
|
</configuration>
|
|
|
|
|