Hello, I am trying to change the email body and the from string sent in the voicemail notifocation mail. I have changed the entries in the voicemail.conf but I still receive the standard email template from "Asterisk PBX" (instead of my from) and [PBX]: in the subject. Can anyone help me out in customizing the email notification ? Thanks in advace. Dave
Dawid Mielnik wrote:>Hello, > >I am trying to change the email body and the from string sent in the >voicemail notifocation mail. > >I have changed the entries in the voicemail.conf but I still receive the >standard email template from "Asterisk PBX" (instead of my from) and [PBX]: >in the subject. Can anyone help me out in customizing the email notification >? > >cd /path/to/asterisk vi apps/app_voicemail2.c Jeremy McNamara
Jeremy, So the only way is to change the voicemailcode and recompile ? the flexible - uncomment these lines does will never work ? thnx. Dave -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Jeremy McNamara Sent: Monday, December 15, 2003 5:33 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] voicemail.conf email notification Dawid Mielnik wrote:>Hello, > >I am trying to change the email body and the from string sent in the >voicemail notifocation mail. > >I have changed the entries in the voicemail.conf but I still receive the >standard email template from "Asterisk PBX" (instead of my from) and [PBX]: >in the subject. Can anyone help me out in customizing the emailnotification>? > >cd /path/to/asterisk vi apps/app_voicemail2.c Jeremy McNamara _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Philipp von Klitzing
2003-Dec-15 10:40 UTC
[Asterisk-Users] voicemail.conf email notification
Hi!> I am trying to change the email body and the from string sent in the > voicemail notifocation mail. > > I have changed the entries in the voicemail.conf but I still receive the > standard email template from "Asterisk PBX" (instead of my from) and [PBX]: > in the subject.I know *that* problem, it *is* confusing indeed. From what I saw during past tests is that you should not have a "serveremail" option in your personal mailbox definition in voicemail.conf - if you do, then the standard message will be sent no matter what you defined above for from and body. You might also want to test if new voicemail users see a different notification message, I never got around to that... Cheers, Philipp