[Freeswitch-svn] [commit] r7289 - in freeswitch/trunk/conf: autoload_configs dialplan
Freeswitch SVN
brian at freeswitch.org
Fri Jan 18 17:51:54 EST 2008
Author: brian
Date: Fri Jan 18 17:51:53 2008
New Revision: 7289
Modified:
freeswitch/trunk/conf/autoload_configs/switch.conf.xml
freeswitch/trunk/conf/dialplan/default.xml
Log:
tweaks
Modified: freeswitch/trunk/conf/autoload_configs/switch.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/switch.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/switch.conf.xml Fri Jan 18 17:51:53 2008
@@ -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>
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Fri Jan 18 17:51:53 2008
@@ -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>
More information about the Freeswitch-svn
mailing list