[Freeswitch-svn] [commit] r6847 - freeswitch/trunk/conf/dialplan

Freeswitch SVN brian at freeswitch.org
Mon Dec 17 19:31:11 EST 2007


Author: brian
Date: Mon Dec 17 19:31:11 2007
New Revision: 6847

Modified:
   freeswitch/trunk/conf/dialplan/US.conf.xml

Log:
fix, thanks trixter

Modified: freeswitch/trunk/conf/dialplan/US.conf.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/US.conf.xml	(original)
+++ freeswitch/trunk/conf/dialplan/US.conf.xml	Mon Dec 17 19:31:11 2007
@@ -4,7 +4,7 @@
  If the destination starts with 011, then check enum and route the call accordingly
  -->
  <extension name="US_International">
-   <condition field="destination_number" expression="^011(\d*)$">
+   <condition field="destination_number" expression="^011(\d+)$">
      <action application="set" data="continue_on_fail=true"/>
      <action application="set" data="hangup_after_bridge=true"/>
      <action application="enum" data="1$1"/>



More information about the Freeswitch-svn mailing list