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_extensions.tmp | 226 --------------------------------- 1 file changed, 226 deletions(-) delete mode 100644 config/freeswitch_dev/v_extensions.tmp (limited to 'config/freeswitch_dev/v_extensions.tmp') diff --git a/config/freeswitch_dev/v_extensions.tmp b/config/freeswitch_dev/v_extensions.tmp deleted file mode 100644 index 2eb5a554..00000000 --- a/config/freeswitch_dev/v_extensions.tmp +++ /dev/null @@ -1,226 +0,0 @@ - - - - - -$v_label: Extensions

\n"; -} -?> - -
- - -
- -
- - - - - -
- -
-"; -//print_info_box_np("The FreeSWITCH extensions have been changed.
You must apply the changes in order for them to take effect."); -//echo"
"; -//endif; - -?> - - - - -

Extensions
-
- Use this to configure your SIP extensions. -

-
- - - - - - - - - - - - 0) { - foreach ($a_extensions as $ent) { - $a_extensions[$i]['id'] = $i; - $i++; - } - } - - //order the array - function cmp_number($a, $b) { - if ($a["extension"] > $b["extension"]) { - return 1; - } - else { - return 0; - } - } - if (count($a_extensions) > 0) { usort($a_extensions, "cmp_number"); } - - $i = 0; - if (count($a_extensions) > 0) { - - foreach ($a_extensions as $ent) { - - ?> - - - - - - - - - - - - - - - - - - - -
ExtensionMail ToCall GroupDescription - - - - - - -
- -
-   - -   - -   - -   - - - - - - -
-
- - - - - -
-
- -
- - - -
-
-
-
-
-
-
-
- -
- -
- - - - - \ No newline at end of file -- cgit v1.2.3