提交 291ffde2 authored 作者: Raymond Chandler's avatar Raymond Chandler

fix regex

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10839 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9b2a8aaa
......@@ -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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论