freeswitch/conf/autoload_configs/local_stream.conf.xml
Brian West 88844a3abe doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 20:14:40 +00:00

18 lines
674 B
XML
Executable File

<configuration name="local_stream.conf" description="stream files from local dir">
<directory name="moh/8000" path="$${base_dir}/sounds/music/8000">
<param name="rate" value="8000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer_name" value="soft"/>
</directory>
<directory name="moh/16000" path="$${base_dir}/sounds/music/16000">
<param name="rate" value="16000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer_name" value="soft"/>
</directory>
</configuration>