Where do I find template for Voicemail Email Notification?:
Dear xxxx:
Just wanted to let you know you were just left a 0:24 long message (number 1) in mailbox 5000 from xxxxxxxxxx, on Monday, October 30, 2006 at 11:09:39 PM so you might want to check it when you get a chance. Thanks!
--Asterisk
emailbody into /etc/asterisk/voicemail.conf :
This setting overrides the normal message text seen in the body of a voicemail notification message. It also supports variable substitution which can be used to make the message more meaningful. The format would look like this: emailbody=\n\tHi ${VM_NAME},\n\n\tYou have a ${VM_DUR} long new voicemail message (number ${VM_MSGNUM}) in mailbox ${VM_MAILBOX}\nfrom ${VM_CIDNAME} (${VM_CIDNUM}), on ${VM_DATE}\nso you might want to check it when you get a chance.\n\n
Notice thats a single line without quotes... Use \n \t to do formatting. List of possible variables are below.
Do not forget :
;#------------------------------------------------------------
;# DO NOT MODIFY THIS FILE! It is updated automatically by the
;# SAIL & SME Server software. Instead, modify the source template in
;# an /etc/e-smith/templates-custom directory. For more
;# information, see
http://www.e-smith.org/custom/;#
;# copyright (C) 2005 Selintra Ltd. United Kingdom
;#------------------------------------------------------------
Hope this can help,
Herve