aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_hunt_group.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-06-10 05:39:33 -0600
committermcrane <mctch@yahoo.com>2009-06-10 05:39:33 -0600
commita24a6994a246ee3d869a17540a916288032dbfc6 (patch)
treee29be438e0f48f646d453f4ad782b62ae64a9dab /config/freeswitch/freeswitch_hunt_group.tmp
parent2805239ac2dca632d02d32445a1c2b48e288f39a (diff)
downloadpfsense-packages-a24a6994a246ee3d869a17540a916288032dbfc6.tar.gz
pfsense-packages-a24a6994a246ee3d869a17540a916288032dbfc6.tar.bz2
pfsense-packages-a24a6994a246ee3d869a17540a916288032dbfc6.zip
FreeSWITCH package add tiff2png for fax conversion, hunt group fix warning messages when adding next hunt groups, delete from hunt group list, IVR add examples for sip uri, IVR add call timeout, direct dial, and ring back tone. Hunt group add additional examples for sip uri.
Diffstat (limited to 'config/freeswitch/freeswitch_hunt_group.tmp')
-rw-r--r--config/freeswitch/freeswitch_hunt_group.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/freeswitch_hunt_group.tmp b/config/freeswitch/freeswitch_hunt_group.tmp
index 5448396a..911b7d5b 100644
--- a/config/freeswitch/freeswitch_hunt_group.tmp
+++ b/config/freeswitch/freeswitch_hunt_group.tmp
@@ -40,7 +40,7 @@ $a_hunt_group = &$config['installedpackages']['freeswitchhuntgroup']['config'];
if ($_GET['act'] == "del") {
if ($_GET['type'] == 'huntgroup') {
if ($a_hunt_group[$_GET['id']]) {
- if file_exists("/usr/local/freeswitch/scripts/huntgroup_".$_GET['huntgroupid'].".js")) {
+ if (file_exists("/usr/local/freeswitch/scripts/huntgroup_".$_GET['huntgroupid'].".js")) {
unlink("/usr/local/freeswitch/scripts/huntgroup_".$_GET['huntgroupid'].".js");
}
unset($a_hunt_group[$_GET['id']]);