]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
update email subject (bug #3384)
authorRussell Bryant <russell@russellbryant.com>
Fri, 21 Jan 2005 04:40:34 +0000 (04:40 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 21 Jan 2005 04:40:34 +0000 (04:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4863 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/voicemail.conf.sample

index 315611a768aa827cdc6d64c69c62a56c28bc64a2..5b55eed0958eb86fb843eb84e350a92657c82278 100755 (executable)
@@ -55,8 +55,10 @@ maxlogins=3
 ;
 ; Note: The emailbody config row can be up to 512 characters due to a limitation in 
 ;       asterisk config files.
-;emailsubject=New VM (${VM_MSGNUM}) - ${VM_DUR} long in mailbox ${VM_MAILBOX} from ${VM_CALLERID} 
-;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE} so you might\nwant to check it when you get a chance.  Thanks!\n\n\t\t\t\t--Asterisk\n
+;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
+; The following definition is very close to the default, but the default shows just 
+; the CIDNAME, if it is not null, else just the CIDNUM, or "an unknown caller" if they are both null.
+;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE}, so you might\nwant to check it when you get a chance.  Thanks!\n\n\t\t\t\t--Asterisk\n
 
 ;
 ; You can override the default program to send e-mail if you wish, too