[Freeswitch-trunk] [commit] r6722 - in freeswitch/trunk/conf: autoload_configs lang/en sip_profiles
Freeswitch SVN
brian at freeswitch.org
Wed Dec 12 19:45:38 EST 2007
Author: brian
Date: Wed Dec 12 19:45:37 2007
New Revision: 6722
Modified:
freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml
freeswitch/trunk/conf/lang/en/en.xml
freeswitch/trunk/conf/sip_profiles/default.xml
freeswitch/trunk/conf/sip_profiles/nat.xml
freeswitch/trunk/conf/sip_profiles/outbound.xml
Log:
more config changes please report any bugs to me
Modified: freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/local_stream.conf.xml Wed Dec 12 19:45:37 2007
@@ -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"/>
Modified: freeswitch/trunk/conf/lang/en/en.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/en.xml (original)
+++ freeswitch/trunk/conf/lang/en/en.xml Wed Dec 12 19:45:37 2007
@@ -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"/>
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Wed Dec 12 19:45:37 2007
@@ -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 -->
Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml Wed Dec 12 19:45:37 2007
@@ -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"/>
Modified: freeswitch/trunk/conf/sip_profiles/outbound.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/outbound.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/outbound.xml Wed Dec 12 19:45:37 2007
@@ -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"/>
More information about the Freeswitch-trunk
mailing list