On 07/20/2012 04:48 PM, Warren Selby wrote:
On Fri, Jul 20, 2012 at 12:53 PM, Josh Hopkins <[email protected] <mailto:[email protected]>> wrote:Has anyone been able to make an html template for the voicemail emails. We would love to customize them beyond just plain text. We have dome some Google searches and have not been able to come up with much. ____ __ __ I believe that Switchvox has customized the voicemail email into html. Has anyone ever tried this? Thanks,____ /Josh____ What about changing 'mailcmd=' to a shell script that rewrites the email in the format you want before sending it to sendmail?
That is most likely the best way to accomplish it; it would need to receive the already-composed email on stdin, then parse it, modify it, and regenerate it before sending it to the real mailer. This could be done using standard email libraries in many scripting languages.
-- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: [email protected] | SIP: [email protected] | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
