freeswitch/conf/autoload_configs/local_stream.conf.xml

9 lines
324 B
XML
Raw Normal View History

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