aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch_mailto.tmp
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-12-16 22:07:31 +0000
committerMark Crane <mcrane@pfsense.org>2008-12-16 22:07:31 +0000
commit844c0d2f870b48150bb8f8e201db99a0c01203ce (patch)
tree0b596bb21a6f5002c0184ad3c570323703c85ffd /packages/freeswitch/freeswitch_mailto.tmp
parent127d930c310962ae613446801ea1ca2716fd8bbe (diff)
downloadpfsense-packages-844c0d2f870b48150bb8f8e201db99a0c01203ce.tar.gz
pfsense-packages-844c0d2f870b48150bb8f8e201db99a0c01203ce.tar.bz2
pfsense-packages-844c0d2f870b48150bb8f8e201db99a0c01203ce.zip
FreeSWITCH package mailto add global config, switch.conf.xml adjust read, fix vm attachment true or false will show in freeswitch's xml config
Diffstat (limited to 'packages/freeswitch/freeswitch_mailto.tmp')
-rw-r--r--packages/freeswitch/freeswitch_mailto.tmp3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freeswitch/freeswitch_mailto.tmp b/packages/freeswitch/freeswitch_mailto.tmp
index 64208488..c56a8609 100644
--- a/packages/freeswitch/freeswitch_mailto.tmp
+++ b/packages/freeswitch/freeswitch_mailto.tmp
@@ -33,8 +33,7 @@
require("guiconfig.inc");
require("/usr/local/pkg/freeswitch.inc");
-
-$a_settings = &$config['installedpackages']['freeswitchsettings']['config'];
+global $config;
$smtphost = $config['installedpackages']['freeswitchmodules']['config'][0]['smtphost'];
$smtpsecure = $config['installedpackages']['freeswitchmodules']['config'][0]['smtpsecure']; //options "", "TLS", "SSL"