提交 6074bc97 authored 作者: Ken Rice's avatar Ken Rice

small regex adjustment so we can dial PSTN numbers that happen to have 4000 in them

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13409 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 27022328
......@@ -243,7 +243,7 @@
<!-- voicemail main extension -->
<extension name="vmain">
<condition field="destination_number" expression="^vmain|4000|\*98$">
<condition field="destination_number" expression="^vmain$|^4000$|^\*98$">
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="check default ${domain_name}"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论