forked from Mirrors/freeswitch
3241200072
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4026 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
546 B
XML
14 lines
546 B
XML
<configuration name="switch.conf" description="Modules">
|
|
<settings>
|
|
<!--Most channels to allow at once -->
|
|
<param name="max-sessions" value="1000"/>
|
|
</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>
|
|
|