aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-21 09:49:55 -0600
committermcrane <mctch@yahoo.com>2009-04-21 09:57:29 -0600
commitf5fc80195ce680e13d562a5ac61b06a9b3a3d14e (patch)
treee99ea5f6c1af1917e0e95ea3abe993f9ebfc64fa /config/freeswitch
parenta4a9c6d8bac2c0f077c7e20372b7fae4a044c55d (diff)
downloadpfsense-packages-f5fc80195ce680e13d562a5ac61b06a9b3a3d14e.tar.gz
pfsense-packages-f5fc80195ce680e13d562a5ac61b06a9b3a3d14e.tar.bz2
pfsense-packages-f5fc80195ce680e13d562a5ac61b06a9b3a3d14e.zip
FreeSWITCH add 911, 411, 311 modification that Bill Marquette suggested.
Diffstat (limited to 'config/freeswitch')
-rw-r--r--config/freeswitch/freeswitch_gateways_edit.tmp6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/freeswitch/freeswitch_gateways_edit.tmp b/config/freeswitch/freeswitch_gateways_edit.tmp
index e0d1d3be..2450d4c3 100644
--- a/config/freeswitch/freeswitch_gateways_edit.tmp
+++ b/config/freeswitch/freeswitch_gateways_edit.tmp
@@ -144,17 +144,17 @@ if ($_POST) {
$label = "11 digits";
$abbrv = "11d";
break;
- case "^311$":
+ case "^(311)$":
$action_data = "sofia/gateway/".$gateway."/\$1";
$label = "311";
$abbrv = "311";
break;
- case "^411$":
+ case "^(411)$":
$action_data = "sofia/gateway/".$gateway."/\$1";
$label = "411";
$abbrv = "411";
break;
- case "^911$":
+ case "^(911)$":
$action_data = "sofia/gateway/".$gateway."/\$1";
$label = "911";
$abbrv = "911";