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. --- config/freeswitch_dev/freeswitch_gateways.tmp | 217 -------------------------- 1 file changed, 217 deletions(-) delete mode 100644 config/freeswitch_dev/freeswitch_gateways.tmp (limited to 'config/freeswitch_dev/freeswitch_gateways.tmp') diff --git a/config/freeswitch_dev/freeswitch_gateways.tmp b/config/freeswitch_dev/freeswitch_gateways.tmp deleted file mode 100644 index 397646ea..00000000 --- a/config/freeswitch_dev/freeswitch_gateways.tmp +++ /dev/null @@ -1,217 +0,0 @@ - - - - - -$v_project_label: Gateways

\n"; -?> - -
- - -
- -
- - - - - -
- -
-"; -//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