freeswitch/conf/local_stream.conf.xml
Brian West 7482226e87 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 18:43:49 +00:00

9 lines
317 B
XML
Executable File

<configuration name="local_stream.conf" description="stream files from local dir">
<directory name="foo" path="/var/lib/asterisk/moh">
<param name="rate" value="8000"/>
<param name="channels" value="1"/>
<param name="interval" value="2"/>
<param name="timer_name" value="soft"/>
</directory>
</configuration>