I had read that Asterisk 1.4 would include a new setting to normalize th volume of voicemail e-mail attachments. Well, I now have 1.4 installed and I revisited this issue.
This volume gain setting in the voicemail.conf headers works well for me:
volgain=6.0
I also found that I am still unable to do any serious modification of the notification e-mail body section.
If I use the "\n" symbol, SAIL converts them to actual carriage returns in the voicemail.conf file and this does not work for Asterisk. I think this is a long-existing bug (or limitation) of SAIL.
If I manually edit the /etc/voicemail.conf file, it all works as expected...until the next time that file is rebuilt from templates by the system.
If anyone has any recommendations I could try, please let me know.
Thanks,
G
Example:
SAIL converts this (one long line):
emailbody=New voice message:\n\nTo: ${VM_NAME}\nDuration: ${VM_DUR}\nMsg Number: ${VM_MSGNUM}\nMailbox: ${VM_MAILBOX}\nFrom: ${VM_CALLERID}\nDate/Time: ${VM_DATE}
to this:
emailbody=New voice message:
To: ${VM_NAME}
Duration: ${VM_DUR}
Msg Number: ${VM_MSGNUM}
Mailbox: ${VM_MAILBOX}
From: ${VM_CALLERID}
Date: ${VM_DATE}