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-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-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)"/>
|
|
|
|
<variable name="bong-ring" value="v=4000;>=0;+=2;#(60,0);v=2000;%(940,0,350,440)"/>
|
|
|
|
</variables>
|
|
|
|
</configuration>
|
|
|
|
|