aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-06-29 02:59:41 -0600
committermcrane <mctch@yahoo.com>2009-06-29 02:59:41 -0600
commita993c9a138b55dd65bbdae81cc860d90128fe744 (patch)
treeeda189318a9dfc930534bdca3e83dc6e5a1960bb /config/freeswitch
parent8945eb4c25aa54e646a35aad2493aa7fca5e284f (diff)
downloadpfsense-packages-a993c9a138b55dd65bbdae81cc860d90128fe744.tar.gz
pfsense-packages-a993c9a138b55dd65bbdae81cc860d90128fe744.tar.bz2
pfsense-packages-a993c9a138b55dd65bbdae81cc860d90128fe744.zip
FreeSWITCH pkg slight improvement to dialplan local_extension regular expression.
Diffstat (limited to 'config/freeswitch')
-rw-r--r--config/freeswitch/dialplan.default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/dialplan.default.xml b/config/freeswitch/dialplan.default.xml
index d281ee93..4cd0b5b5 100644
--- a/config/freeswitch/dialplan.default.xml
+++ b/config/freeswitch/dialplan.default.xml
@@ -186,7 +186,7 @@
bridge (hangup_after-bridge=true)
-->
<extension name="Local_Extension">
- <condition field="destination_number" expression="^(\d{4}$|^\d{3})$">
+ <condition field="destination_number" expression="(^\d{4}$|^\d{3}$)">
<action application="set" data="dialed_extension=$1"/>
<action application="export" data="dialed_extension=$1"/>
<!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->