[Freeswitch-svn] [commit] r7180 - freeswitch/trunk/conf/autoload_configs

Freeswitch SVN brian at freeswitch.org
Fri Jan 11 13:55:39 EST 2008


Author: brian
Date: Fri Jan 11 13:55:38 2008
New Revision: 7180

Modified:
   freeswitch/trunk/conf/autoload_configs/conference.conf.xml

Log:
tweak tones

Modified: freeswitch/trunk/conf/autoload_configs/conference.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/conference.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/conference.conf.xml	Fri Jan 11 13:55:38 2008
@@ -68,9 +68,9 @@
       <!-- File to play when you're alone (music on hold)-->
       <param name="moh-sound" value="$${moh_uri}"/>
       <!-- File to play when you join the conference -->
-      <param name="enter-sound" value="tone_stream://%(500,0,500,600)"/>
+      <param name="enter-sound" value="tone_stream://%(200,0,500,600,700)"/>
       <!-- File to play when you leave the conference -->
-      <param name="exit-sound" value="tone_stream://%(500,0,300,200)"/>
+      <param name="exit-sound" value="tone_stream://%(200,0,300,200,100)"/>
       <!-- File to play when you ae ejected from the conference -->
       <param name="kicked-sound" value="conference/conf-kicked.wav"/>
       <!-- File to play when the conference is locked -->



More information about the Freeswitch-svn mailing list