aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-15 12:12:32 -0600
committermcrane <mctch@yahoo.com>2009-07-15 12:12:32 -0600
commite3762e1c21cdff6e3db41d419f06878900d608c3 (patch)
tree149b66637ca138c6e243a19ba87dfb303d88670e /config/freeswitch/freeswitch.inc
parent3232f9a83bb042dd037de6560dc95007b7f42f02 (diff)
downloadpfsense-packages-e3762e1c21cdff6e3db41d419f06878900d608c3.tar.gz
pfsense-packages-e3762e1c21cdff6e3db41d419f06878900d608c3.tar.bz2
pfsense-packages-e3762e1c21cdff6e3db41d419f06878900d608c3.zip
FreeSWITCH package change download dir path for the dev version, and add auth-user to the extensions under advanced.
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index c7b256cf..3635229d 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -604,6 +604,9 @@ function sync_package_freeswitch_extensions()
}
$tmpxml .= " <param name=\"vm-mailto\" value=\"" . $rowhelper['vm-mailto'] . "\"/>\n";
}
+ if (strlen($rowhelper['auth-user']) > 0) {
+ $tmpxml .= " <param name=\"auth-user\" value=\"" . $rowhelper['auth-user'] . "\"/>\n";
+ }
if (strlen($rowhelper['auth-acl']) > 0) {
$tmpxml .= " <param name=\"auth-acl\" value=\"" . $rowhelper['auth-acl'] . "\"/>\n";
}
@@ -2749,8 +2752,8 @@ function freeswitch_php_install_command()
}
//$struname = exec('uname -v');
- //if (stristr($struname, 'FreeBSD 7.0')) {
- // $freebsd_version = "7.0";
+ //if (stristr($struname, 'FreeBSD 7.2')) {
+ // $freebsd_version = "7.2";
//}
//exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.tgz"); //handled by freeswitch.xml