I can't stress this enough.
make sounds-music-8000-install make sounds-music-16000-install and yet again make sounds-music-8000-install make sounds-music-16000-install Just for those not paying attention. :) Send comments to me if you would like something changed or added to the default config. /b PS: 16k hold music is awesome. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6687 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
53ec9ee63f
commit
1d0a0c979a
|
@ -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 -->
|
||||
|
||||
|
|
|
@ -147,19 +147,6 @@
|
|||
</condition>
|
||||
</extension>
|
||||
|
||||
<!--
|
||||
if the number starts with a *393 then strip the *393
|
||||
and dial the remainder of the number out our "fwd" gateway
|
||||
-->
|
||||
<extension name="FWD">
|
||||
<condition field="destination_number" expression="^\*393([\*\d]+)$">
|
||||
<!-- Just incase they are using Asterisk let's disable VAD and only use G.711 -->
|
||||
<action application="export" data="rtp_disable_vad_out=true"/>
|
||||
<action application="export" data="absolute_codec_string=PCMU@20i,PCMA@20i"/>
|
||||
<action application="bridge" data="sofia/gateway/fwd/$1"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
<!-- a sample IVR -->
|
||||
<extension name="IVR_Demo">
|
||||
<condition field="destination_number" expression="5000">
|
||||
|
@ -194,6 +181,12 @@
|
|||
</extension>
|
||||
-->
|
||||
|
||||
<extension name="hold_music">
|
||||
<condition field="destination_number" expression="^9999$">
|
||||
<action application="answer"/>
|
||||
<action application="playback" data="local_stream://moh_${read_rate}"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
<X-PRE-PROCESS cmd="include" data="extensions/*.xml"/>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
containing the "subscriptions" table.
|
||||
used by: dingaling.conf.xml enum.conf.xml
|
||||
-->
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=PCMU@20i,PCMA@20i"/>
|
||||
<X-PRE-PROCESS cmd="set" data="global_codec_prefs=G722,PCMU@20i,PCMA@20i"/>
|
||||
<X-PRE-PROCESS cmd="set" data="xmpp_client_profile=xmppc"/>
|
||||
<X-PRE-PROCESS cmd="set" data="xmpp_server_profile=xmpps"/>
|
||||
<!-- bind_server_ip
|
||||
|
|
Loading…
Reference in New Issue