From 9b70958ac3bcfc0c59c83dc605e71afa53d7da75 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 16 Dec 2008 18:17:29 +0000 Subject: FreeSWITCH package add feature voicemail to email with or without attachment. Settings can be controlled under the 'Extension' and 'Settings' tabs. Dialplan recordings entry prevent duplicates. Additional minor changes. --- packages/freeswitch/freeswitch.xml | 75 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 3 deletions(-) (limited to 'packages/freeswitch/freeswitch.xml') diff --git a/packages/freeswitch/freeswitch.xml b/packages/freeswitch/freeswitch.xml index b59a35a6..ffb0b5d9 100644 --- a/packages/freeswitch/freeswitch.xml +++ b/packages/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. FreeSWITCH Settings - 0.4.7 + 0.4.8 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc @@ -147,6 +147,16 @@ 0755 http://www.pfsense.com/packages/config/freeswitch/your_pin_number_is_incorect_goodbye.wav + + /tmp/ + 0755 + http://www.pfsense.com/packages/config/freeswitch/class.smtp.tmp + + + /tmp/ + 0755 + http://www.pfsense.com/packages/config/freeswitch/class.phpmailer.tmp + /tmp/ 0755 @@ -221,7 +231,12 @@ /tmp/ 0755 http://www.pfsense.com/packages/config/freeswitch/freeswitch_ivr_options.tmp - + + + /tmp/ + 0755 + http://www.pfsense.com/packages/config/freeswitch/freeswitch_mailto.tmp + /usr/local/pkg/ 0755 @@ -347,7 +362,61 @@ admin_pin Enter a admin pin number. Used to authenticate the admin from the phone. input - + + + SMTP Host + smtphost + Enter the SMTP host address. If you using a different port append it on the end with a semi-colon. e.g. mail.example.com:2525 + input + + + SMTP Secure + smtpsecure + Select the SMTP security. None, TLS, SSL + select + + + + + + + + SMTP Auth + smtpauth + Use SMTP Authentication true or false. + select + + + + + + + SMTP Username + smtpusername + Enter the SMTP authentication username. + input + + + SMTP Password + smtppassword + Enter the SMTP authentication password. + input + -- cgit v1.2.3