]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix, thanks trixter
authorBrian West <brian@freeswitch.org>
Tue, 18 Dec 2007 00:31:11 +0000 (00:31 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 18 Dec 2007 00:31:11 +0000 (00:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6847 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/US.conf.xml

index 58e922d8d873be82464ffc49a014af62585cdb10..72ed32ca3ab12eddbbb1f956ca27d37d4c4977d9 100644 (file)
@@ -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"/>