forked from Mirrors/freeswitch
fix regex
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10839 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9b2a8aaa0e
commit
291ffde2b2
|
@ -20,7 +20,7 @@
|
|||
|
||||
<extension name="international.example.com">
|
||||
<condition field="${toll_allow}" expression="international"/>
|
||||
<condition field="destination_number" expression="^(011\d{10+})$">
|
||||
<condition field="destination_number" expression="^(011\d+)$">
|
||||
<action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
|
||||
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
|
||||
<action application="bridge" data="sofia/gateway/${default_gateway}/$1"/>
|
||||
|
|
Loading…
Reference in New Issue