1. Can I email the voicemail message to multiple email addresses? If so, what format is this in? <param name="vm-mailto" value="[email protected]"/>
I've been doing this successfully for quite some time using the mailer script that I wrote I just updated the wiki so that it would show the version I have been using that allows you to send multiple emails: You can use a comma or semi-colon between emails and send as many as you want. example: <param name="vm-mailto" value="[email protected];[email protected];[email protected]"/> or <param name="vm-mailto" value="[email protected],[email protected],[email protected]"/> http://wiki.freeswitch.org/wiki/PHP_email#mailer_app.php The script can send to a mail server to send over plain smtp, smtp authentication or even smtp tls which works with gmail. Mark J Crane [email protected] --- On Tue, 7/7/09, Mark Campbell-Smith <[email protected]> wrote: From: Mark Campbell-Smith <[email protected]> Subject: [Freeswitch-users] 2 voicemail questions To: [email protected] Date: Tuesday, July 7, 2009, 8:11 AM Hi! I have 2 questions regarding voicemail ... 1. Can I email the voicemail message to multiple email addresses? If so, what format is this in? <param name="vm-mailto" value="[email protected]"/> 2. How can I make Freeswitch dial a number AFTER a voicemail is left? Thanks! _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
