From f805de2a0fdc3e888f0144bfff6dab58f5e0b132 Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 28 Jul 2009 07:02:12 -0600 Subject: FreeSWITCH package rename files. --- .../freeswitch_dev/freeswitch_hunt_group_edit.tmp | 514 --------------------- 1 file changed, 514 deletions(-) delete mode 100644 config/freeswitch_dev/freeswitch_hunt_group_edit.tmp (limited to 'config/freeswitch_dev/freeswitch_hunt_group_edit.tmp') diff --git a/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp b/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp deleted file mode 100644 index bf78206e..00000000 --- a/config/freeswitch_dev/freeswitch_hunt_group_edit.tmp +++ /dev/null @@ -1,514 +0,0 @@ - 0) { - $huntgroupent['huntgroupid'] = $_POST['huntgroupid']; - } - else { - $huntgroupent['huntgroupid'] = guid(); - } - $huntgroupent['huntgroupextension'] = $_POST['huntgroupextension']; - $huntgroupent['huntgroupname'] = $_POST['huntgroupname']; - $huntgroupent['huntgrouptype'] = $_POST['huntgrouptype']; - $huntgroupent['huntgroupcontext'] = $_POST['huntgroupcontext']; - $huntgroupent['huntgrouptimeout'] = $_POST['huntgrouptimeout']; - $huntgroupent['huntgrouptimeoutdestination'] = $_POST['huntgrouptimeoutdestination']; - $huntgroupent['huntgrouptimeouttype'] = $_POST['huntgrouptimeouttype']; - $huntgroupent['huntgroupringback'] = $_POST['huntgroupringback']; - $huntgroupent['huntgroupcidnameprefix'] = $_POST['huntgroupcidnameprefix']; - $huntgroupent['huntgrouppin'] = $_POST['huntgrouppin']; - $huntgroupent['huntgroupcallerannounce'] = $_POST['huntgroupcallerannounce']; - $huntgroupent['huntgroupdescr'] = $_POST['huntgroupdescr']; - - if (isset($id) && $a_hunt_group[$id]) { - //update - $a_hunt_group[$id] = $huntgroupent; - } - else { - //add - $a_hunt_group[] = $huntgroupent; - } - - //touch($d_hostsdirty_path); - write_config(); - sync_package_freeswitch_hunt_group(); - - header("Location: freeswitch_hunt_group.php"); - exit; - } -} - -include("head.inc"); - -?> - - - -$v_project_label: Hunt Group: Edit
General Settings: - - Hunt Group general settings. -
"; - //print_info_box_np("The FreeSWITCH recordings have been changed.You must apply the changes in order for them to take effect."); - //echo""; - //endif; - - ?> - -
Destinations - - The following destinations will be called. -