From 7ccc368017533ea47ba728ad7a84215b149944ed Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 28 Jul 2009 07:07:15 -0600 Subject: FreeSWITCH package finish package file rename. --- config/freeswitch_dev/v_gateways.tmp | 214 +++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 config/freeswitch_dev/v_gateways.tmp (limited to 'config/freeswitch_dev/v_gateways.tmp') diff --git a/config/freeswitch_dev/v_gateways.tmp b/config/freeswitch_dev/v_gateways.tmp new file mode 100644 index 00000000..89391a72 --- /dev/null +++ b/config/freeswitch_dev/v_gateways.tmp @@ -0,0 +1,214 @@ + + + + + +$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