[Freeswitch-svn] [commit] r8090 - freeswitch/trunk/conf
Freeswitch SVN
brian at freeswitch.org
Fri Apr 11 16:12:41 EDT 2008
Author: brian
Date: Fri Apr 11 16:12:41 2008
New Revision: 8090
Modified:
freeswitch/trunk/conf/vars.xml
Log:
set hold_music as a global
Modified: freeswitch/trunk/conf/vars.xml
==============================================================================
--- freeswitch/trunk/conf/vars.xml (original)
+++ freeswitch/trunk/conf/vars.xml Fri Apr 11 16:12:41 2008
@@ -4,6 +4,7 @@
<X-PRE-PROCESS cmd="set" data="sound_prefix=$${base_dir}/sounds/en/us/callie"/>
<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
<X-PRE-PROCESS cmd="set" data="moh_uri=local_stream://moh"/>
+ <X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/>
<!-- xmpp_client_profile and xmpp_server_profile
xmpp_client_profile can be any string.
xmpp_server_profile is appended to "dingaling_" to form the database name
More information about the Freeswitch-svn
mailing list