Here are the two commands to download and install these two music on hold streams for local stream.
make sounds-music-8000-install make sounds-music-16000-install /b git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6685 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7fda361405
commit
f3121f4f03
|
@ -1,8 +1,14 @@
|
|||
<configuration name="local_stream.conf" description="stream files from local dir">
|
||||
<directory name="demo_moh" path="$${base_dir}/sounds/moh">
|
||||
<directory name="moh_8000" path="$${base_dir}/sounds/music/8000">
|
||||
<param name="rate" value="8000"/>
|
||||
<param name="channels" value="1"/>
|
||||
<param name="interval" value="2"/>
|
||||
<param name="timer_name" value="soft"/>
|
||||
</directory>
|
||||
<directory name="moh_16000" path="$${base_dir}/sounds/music/16000">
|
||||
<param name="rate" value="16000"/>
|
||||
<param name="channels" value="1"/>
|
||||
<param name="interval" value="2"/>
|
||||
<param name="timer_name" value="soft"/>
|
||||
</directory>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue