mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
9 lines
317 B
XML
9 lines
317 B
XML
|
<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>
|