[Freeswitch-svn] [commit] r6853 - freeswitch/trunk/scripts/contrib/trixter/dialplan

Freeswitch SVN trixter at freeswitch.org
Mon Dec 17 21:54:29 EST 2007


Author: trixter
Date: Mon Dec 17 21:54:29 2007
New Revision: 6853

Modified:
   freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.nl.xml

Log:
fix typo


Modified: freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.nl.xml
==============================================================================
--- freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.nl.xml	(original)
+++ freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.nl.xml	Mon Dec 17 21:54:29 2007
@@ -4,13 +4,13 @@
 <variable name="default_gateway" value="asterlink.com"/>
 
 <!-- the country code, only numeric -->
-<variablename="default_country_code" value="31"/>
+<variable name="default_country_code" value="31"/>
 
 <!-- variable for international dialing -->
 <variable name="default_international_prefix" value="00"/>
 
 <!-- variable for local prefix -->
-<variablename="default_local_prefix" value="20"/>
+<variable name="default_local_prefix" value="20"/>
 
 <!-- What matches international dialing -->
 <variable name="default_international_regexp" value="^${international_prefix}(\d+)$"/>



More information about the Freeswitch-svn mailing list