git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11181 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-14 02:51:34 +00:00
parent a38dbe3ebe
commit af28db5821
1 changed files with 6 additions and 5 deletions

View File

@ -11,11 +11,12 @@
--> -->
<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/> <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
<X-PRE-PROCESS cmd="set" data="hold_music=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_client_profile and xmpp_server_profile
xmpp_server_profile is appended to "dingaling_" to form the database name xmpp_client_profile can be any string.
containing the "subscriptions" table. xmpp_server_profile is appended to "dingaling_" to form the database name
used by: dingaling.conf.xml enum.conf.xml containing the "subscriptions" table.
used by: dingaling.conf.xml enum.conf.xml
--> -->
<!-- <!--
Examples of codec options: (module must be compiled and loaded) Examples of codec options: (module must be compiled and loaded)