]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small regex adjustment so we can dial PSTN numbers that happen to have 4000 in them
authorKen Rice <krice@freeswitch.org>
Thu, 21 May 2009 07:03:15 +0000 (07:03 +0000)
committerKen Rice <krice@freeswitch.org>
Thu, 21 May 2009 07:03:15 +0000 (07:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13409 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index ed9ad3be20f7e719831aea081fd8050ca9491f85..e2a6a23851aacdc5b7b1b5cccfb3a4a73a44525b 100644 (file)
 
     <!-- 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}"/>