fix, thanks trixter

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6847 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-18 00:31:11 +00:00
parent 6683db6581
commit e2028b7bf6
1 changed files with 1 additions and 1 deletions

View 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"/>