prep work.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6659 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-11 19:17:16 +00:00
parent efb1b62938
commit b84554d125
5 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<configuration name="local_stream.conf" description="stream files from local dir">
<directory name="foo" path="/path/to/moh/files">
<directory name="demo_moh" path="$${base_dir}/sounds/moh">
<param name="rate" value="8000"/>
<param name="channels" value="1"/>
<param name="interval" value="2"/>

View File

@ -66,7 +66,7 @@
<!--For icecast/mp3 streams/files-->
<!--<load module="mod_shout"/>-->
<!--For local streams (play all the files in a directory)-->
<!--<load module="mod_local_stream"/>-->
<load module="mod_local_stream"/>
<!-- Timers -->

View File

@ -25,6 +25,7 @@
<param name="rtp-timer-name" value="soft"/>
<param name="rtp-ip" value="$${local_ip_v4}"/>
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="hold-music" value="local_stream://demo_moh"/>
<!--enable to use presense and mwi -->
<param name="manage-presence" value="true"/>
<!--max number of open dialogs in proceeding -->

View File

@ -12,6 +12,7 @@
<param name="dtmf-duration" value="100"/>
<param name="codec-prefs" value="$${global_codec_prefs}"/>
<param name="use-rtp-timer" value="true"/>
<param name="hold-music" value="local_stream://demo_moh"/>
<param name="rtp-timer-name" value="soft"/>
<param name="manage-presence" value="true"/>
<param name="inbound-codec-negotiation" value="generous"/>

View File

@ -16,6 +16,7 @@
<param name="context" value="public"/>
<param name="dtmf-duration" value="100"/>
<param name="codec-prefs" value="$${global_codec_prefs}"/>
<param name="hold-music" value="local_stream://demo_moh"/>
<param name="use-rtp-timer" value="true"/>
<param name="rtp-timer-name" value="soft"/>
<param name="manage-presence" value="true"/>