fix, thanks trixter
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6847 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6683db6581
commit
e2028b7bf6
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue