fix regex

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10839 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Raymond Chandler 2008-12-16 21:54:16 +00:00
parent 9b2a8aaa0e
commit 291ffde2b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<extension name="international.example.com"> <extension name="international.example.com">
<condition field="${toll_allow}" expression="international"/> <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_number=${outbound_caller_id_number}"/>
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/> <action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
<action application="bridge" data="sofia/gateway/${default_gateway}/$1"/> <action application="bridge" data="sofia/gateway/${default_gateway}/$1"/>