From 4af8252d66de5a9bd37a333192ee6faada5eea74 Mon Sep 17 00:00:00 2001 From: mcrane Date: Wed, 15 Jul 2009 13:41:18 -0600 Subject: FreeSWITCH package remove auth-user from extensions add auth-username to gateways. --- config/freeswitch_dev/freeswitch.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/freeswitch_dev/freeswitch.inc') diff --git a/config/freeswitch_dev/freeswitch.inc b/config/freeswitch_dev/freeswitch.inc index 10a59fa1..22d8478f 100644 --- a/config/freeswitch_dev/freeswitch.inc +++ b/config/freeswitch_dev/freeswitch.inc @@ -604,9 +604,6 @@ function sync_package_freeswitch_extensions() } $tmpxml .= " \n"; } - if (strlen($rowhelper['auth-user']) > 0) { - $tmpxml .= " \n"; - } if (strlen($rowhelper['auth-acl']) > 0) { $tmpxml .= " \n"; } @@ -666,6 +663,9 @@ function sync_package_freeswitch_gateways() if (strlen($rowhelper['username']) > 0) { $tmpxml .= " \n"; } + if (strlen($rowhelper['auth-username']) > 0) { + $tmpxml .= " \n"; + } if (strlen($rowhelper['password']) > 0) { $tmpxml .= " \n"; } @@ -2725,7 +2725,7 @@ function freeswitch_php_install_command() global $config; //exec("/etc/./rc.conf_mount_rw"); - $freeswitch_package_version = "0.9.4.7"; + $freeswitch_package_version = "0.9.4.8"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; -- cgit v1.2.3