From 783721d42370b30de032d1a886506b69cf68f606 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 26 Sep 2014 09:03:41 -0300 Subject: Remove anyterm (it has closed binaries and bash inside), and also removed unmaintained freeswitch and freeswitch-dev (port was removed from FreeBSD ports tree) --- config/freeswitch_dev/v_public_includes.tmp | 289 ---------------------------- 1 file changed, 289 deletions(-) delete mode 100644 config/freeswitch_dev/v_public_includes.tmp (limited to 'config/freeswitch_dev/v_public_includes.tmp') diff --git a/config/freeswitch_dev/v_public_includes.tmp b/config/freeswitch_dev/v_public_includes.tmp deleted file mode 100644 index 8498329c..00000000 --- a/config/freeswitch_dev/v_public_includes.tmp +++ /dev/null @@ -1,289 +0,0 @@ - 0) { - $i=0; - if (count($a_public_includes_details) > 0) { - foreach($a_public_includes_details as $row) { - if ($row["publicincludeid"] == $publicincludeid) { - //echo "child id: ".$i."
\n"; - unset($a_public_includes_details[$i]); - } - $i++; - } - } - } - - //if the public include xml file exists then delete it - if (file_exists($v_conf_dir."/dialplan/public/".$publicincludefilename)) { - unlink($v_conf_dir."/dialplan/public/".$publicincludefilename); - } - - unset($publicincludefilename); - unset($a_public_includes[$_GET['id']]); - write_config(); - sync_package_v_public_includes(); - header("Location: v_public_includes.php"); - exit; - } - } -} - -include("head.inc"); - -?> - - - -$v_label: Public

\n"; -} -?> - -
- - -
- -
- - - - - -
- -
-"; -//print_r ($a_public_includes); -//echo ""; - - -//if ($config_change == 1) { -// write_config(); -// $config_change = 0; -//} - -//if ($savemsg) print_info_box($savemsg); -//if (file_exists($d_hostsdirty_path)): echo"

"; -//print_info_box_np("The recordings have been changed.
You must apply the changes in order for them to take effect."); -//echo"
"; -//endif; - -?> - -
-
- - - - - - - - - - -
Public - - - \n"; - ?> -
- - The public dialplan is used to route incoming calls to destinations based on conditions and context. It can send incoming calls to IVRs, extensions, external numbers, and scripts. - -
- -
-
-
- - - - - - - - - - - 0) { - foreach ($a_public_includes as $ent) { - $a_public_includes[$i]['id'] = $i; - $i++; - } - } - - //order the array - function cmp_number($a, $b) { - if ($a["order"] > $b["order"]) { - return 1; - } - else { - return 0; - } - } - if (count($a_public_includes) > 0) { usort($a_public_includes, "cmp_number"); } - - $i = 0; - if (count($a_public_includes) > 0) { - foreach ($a_public_includes as $ent) { - if (strlen($ent['extensionname'].$ent['enabled']) > 0) { - ?> - - - - - - - - - - - - - - - - - -
Extension NameOrderEnabledDescription - - - - - -
-
- - - - -   - -   - - - - - - -
-
- - - - - -
-
- -

- -
-
-
-
-
-
- -
- -
- - - - - \ No newline at end of file -- cgit v1.2.3