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/freeswitch_gateways.tmp | 214 ------------------------------ 1 file changed, 214 deletions(-) delete mode 100644 config/freeswitch/freeswitch_gateways.tmp (limited to 'config/freeswitch/freeswitch_gateways.tmp') diff --git a/config/freeswitch/freeswitch_gateways.tmp b/config/freeswitch/freeswitch_gateways.tmp deleted file mode 100644 index 16d933fd..00000000 --- a/config/freeswitch/freeswitch_gateways.tmp +++ /dev/null @@ -1,214 +0,0 @@ - - - - - -

FreeSWITCH: Gateways

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

Gateways
-
- Use this to configure your SIP gateways also known as providers. -

-
- - - - - - - - - - - - 0) { - foreach ($a_gateways as $ent) { - $a_gateways[$i]['id'] = $i; - $i++; - } - } - - //order the array - function cmp_string($a, $b) { - return strcmp($a["gateway"], $b["gateway"]); - } - if (count($a_gateways) > 0) { usort($a_gateways, "cmp_string"); } - - $i = 0; - if (count($a_gateways) > 0) { - - foreach ($a_gateways as $ent) { - - ?> - - - - - - - - - - - - - - - - - - - -
GatewayContextEnabledDescription - - - - - - -
- -
-   - -   - -   - -   - - - - - - -
-
- - - - - -
-
- -
- - -/usr/local/freeswitch/conf/sip_profiles/external/ -
-
-
-
-
-
-
-
- -
- -
- - - - - \ No newline at end of file -- cgit v1.2.3