aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_gateways_edit.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-05-31 02:32:26 -0600
committermcrane <mctch@yahoo.com>2009-05-31 02:32:26 -0600
commitf05d9e652f80e52a8ce5988ac4231916c664bd4c (patch)
treee0f04d15059fe112ec68fb1ae1562ac672b783cd /config/freeswitch/freeswitch_gateways_edit.tmp
parentcf8abc2e725f42eb6176de1da77d5a03766fee6e (diff)
downloadpfsense-packages-f05d9e652f80e52a8ce5988ac4231916c664bd4c.tar.gz
pfsense-packages-f05d9e652f80e52a8ce5988ac4231916c664bd4c.tar.bz2
pfsense-packages-f05d9e652f80e52a8ce5988ac4231916c664bd4c.zip
FreeSWITCH add order field for dialplan and public options, IVR add profile and sip uri, copy libspandsp.so.1 to libspandsp.so.2 so mod_fax will start, fix editarea path so the textarea tool will work.
Diffstat (limited to 'config/freeswitch/freeswitch_gateways_edit.tmp')
-rw-r--r--config/freeswitch/freeswitch_gateways_edit.tmp2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/freeswitch/freeswitch_gateways_edit.tmp b/config/freeswitch/freeswitch_gateways_edit.tmp
index ea2b7efe..1fef05f3 100644
--- a/config/freeswitch/freeswitch_gateways_edit.tmp
+++ b/config/freeswitch/freeswitch_gateways_edit.tmp
@@ -212,6 +212,7 @@ if ($_POST) {
$ent['tag'] = 'condition'; //condition, action, antiaction
$ent['fieldtype'] = 'destination_number';
$ent['fielddata'] = $dialplan_expression;
+ $ent['fieldorder'] = '000';
$a_dialplan_include_details[] = $ent;
unset($ent);
@@ -220,6 +221,7 @@ if ($_POST) {
$ent['tag'] = 'action'; //condition, action, antiaction
$ent['fieldtype'] = 'bridge';
$ent['fielddata'] = $action_data;
+ $ent['fieldorder'] = '001';
$a_dialplan_include_details[] = $ent;
unset($ent);