[Freeswitch-svn] [commit] r9953 - in freeswitch/trunk/conf: . directory/default

Freeswitch SVN brian at freeswitch.org
Fri Oct 10 21:08:56 EDT 2008


Author: brian
Date: Fri Oct 10 21:08:56 2008
New Revision: 9953

Modified:
   freeswitch/trunk/conf/directory/default/default.xml
   freeswitch/trunk/conf/vars.xml

Log:
more cleanup

Modified: freeswitch/trunk/conf/directory/default/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/default.xml	(original)
+++ freeswitch/trunk/conf/directory/default/default.xml	Fri Oct 10 21:08:56 2008
@@ -3,9 +3,8 @@
     <variables>
       <!--all variables here will be set on all inbound calls that originate from this user -->
       <!-- set these to take advantage of a dialplan localized to this user -->
-      <variable name="numbering_plan" value="US"/>
-      <variable name="default_gateway" value="asterlink.com"/>
-      <variable name="default_areacode" value="918"/>
+      <variable name="numbering_plan" value="$${default_country}"/>
+      <variable name="default_areacode" value="$${default_areacode}"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/vars.xml
==============================================================================
--- freeswitch/trunk/conf/vars.xml	(original)
+++ freeswitch/trunk/conf/vars.xml	Fri Oct 10 21:08:56 2008
@@ -109,6 +109,7 @@
   <X-PRE-PROCESS cmd="set" data="call_debug=false"/>
   <X-PRE-PROCESS cmd="set" data="console_loglevel=info"/>
   <X-PRE-PROCESS cmd="set" data="default_areacode=918"/>
+  <X-PRE-PROCESS cmd="set" data="default_country=US"/>
 
   <X-PRE-PROCESS cmd="set" data="uk-ring=%(400,200,400,450);%(400,2200,400,450)"/>
   <X-PRE-PROCESS cmd="set" data="us-ring=%(2000, 4000, 440.0, 480.0)"/>



More information about the Freeswitch-svn mailing list