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

Freeswitch SVN brian at freeswitch.org
Tue Dec 11 18:40:06 EST 2007


Author: brian
Date: Tue Dec 11 18:40:05 2007
New Revision: 6685

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

Log:
Here are the two commands to download and install these two music on hold streams for local stream.

make sounds-music-8000-install
make sounds-music-16000-install

/b



Modified: freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml	Tue Dec 11 18:40:05 2007
@@ -1,8 +1,14 @@
 <configuration name="local_stream.conf" description="stream files from local dir">
-<directory name="demo_moh" path="$${base_dir}/sounds/moh">
+<directory name="moh_8000" path="$${base_dir}/sounds/music/8000">
   <param name="rate" value="8000"/>
   <param name="channels" value="1"/>
   <param name="interval" value="2"/>
   <param name="timer_name" value="soft"/>
 </directory>
+<directory name="moh_16000" path="$${base_dir}/sounds/music/16000">
+  <param name="rate" value="16000"/>
+  <param name="channels" value="1"/>
+  <param name="interval" value="2"/>
+  <param name="timer_name" value="soft"/>
+</directory>
 </configuration>



More information about the Freeswitch-svn mailing list