more config changes please report any bugs to me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6722 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
65a045e1db
commit
2b565f93be
|
@ -1,11 +1,11 @@
|
|||
<configuration name="local_stream.conf" description="stream files from local dir">
|
||||
<directory name="moh_8000" path="$${base_dir}/sounds/music/8000">
|
||||
<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">
|
||||
<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"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<include>
|
||||
<language name="en" sound-path="/snds" tts-engine="cepstral" tts-voice="callie">
|
||||
<language name="en" sound-path="$${base_dir}/en/us/callie" tts-engine="cepstral" tts-voice="callie">
|
||||
<X-PRE-PROCESS cmd="include" data="demo/demo.xml"/>
|
||||
<!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
|
||||
<X-PRE-PROCESS cmd="include" data="vm/tts.xml"/>
|
||||
|
|
|
@ -26,7 +26,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://moh_8000"/>
|
||||
<param name="hold-music" value="local_stream://moh"/>
|
||||
<!--enable to use presense and mwi -->
|
||||
<param name="manage-presence" value="true"/>
|
||||
<!--max number of open dialogs in proceeding -->
|
||||
|
|
|
@ -13,7 +13,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://moh_8000"/>
|
||||
<param name="hold-music" value="local_stream://moh"/>
|
||||
<param name="rtp-timer-name" value="soft"/>
|
||||
<param name="manage-presence" value="true"/>
|
||||
<param name="inbound-codec-negotiation" value="generous"/>
|
||||
|
|
|
@ -17,7 +17,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://moh_8000"/>
|
||||
<param name="hold-music" value="local_stream://moh"/>
|
||||
<param name="use-rtp-timer" value="true"/>
|
||||
<param name="rtp-timer-name" value="soft"/>
|
||||
<param name="manage-presence" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue