git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7289 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-18 22:51:53 +00:00
parent 31d2bc0df2
commit 10d646ea1e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<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)"/>
<variable name="bong-ring" value="v=-7;%(100,0,941.0,1477.0);v=-7;>=2;+=.1;%(1400,0,350,440)"/>
</variables>
</configuration>

View File

@ -273,7 +273,7 @@
<extension name="is_secure">
<condition field="${sip_secure_media_confirmed}" expression="^true$" break="never">
<action application="sleep" data="1000"/>
<action application="gentones" data="%(1000, 0, 320)"/>
<action application="gentones" data="${bong-ring}"/>
</condition>
</extension>