Chris Carey
2008-Mar-25 15:54 UTC
[asterisk-users] voicemail.conf fromstring, emailbody - per context?
Has anyone put together a patch which would allow a different fromstring and emailbody based on context? Or any other way to have more than one fromstring and emailbody per server?
Johansson Olle E
2008-Mar-25 16:14 UTC
[asterisk-users] voicemail.conf fromstring, emailbody - per context?
25 mar 2008 kl. 16.54 skrev Chris Carey:> Has anyone put together a patch which would allow a different > fromstring and emailbody based on context? Or any other way to have > more than one fromstring and emailbody per server?Minivoicemail has limited voicemail capabilities, but has multiple email templates with proper support for locale's. /O
Chris Carey
2008-Mar-26 22:59 UTC
[asterisk-users] voicemail.conf fromstring, emailbody - per context?
I ended up solving this by using mailcmd I changed mailcmd from /usr/bin/sendmail -t to my own custom script. Then I parsed out the data I need, do some database lookups, and customize and send the email based on what I've got. Now we have unlimited custom email possibilities without changing any asterisk code. -- Chris Carey On Tue, Mar 25, 2008 at 9:54 AM, Chris Carey <chris.carey at gmail.com> wrote:> Has anyone put together a patch which would allow a different > fromstring and emailbody based on context? Or any other way to have > more than one fromstring and emailbody per server? >