freeswitch/conf/autoload_configs/local_stream.conf.xml

9 lines
314 B
XML
Raw Normal View History

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