[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Sat May 1 19:21:04 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv31820/configs

Modified Files:
	voicemail.conf.sample 
Log Message:
Add ability to specify custom e-mail subject line (bug #1291)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- voicemail.conf.sample	1 May 2004 21:42:11 -0000	1.28
+++ voicemail.conf.sample	1 May 2004 23:28:33 -0000	1.29
@@ -36,11 +36,12 @@
 ; Change the From: string
 ;fromstring=The Asterisk PBX
 ;
-; Change the email body, variables: 
+; Change the email body and/or subject, variables: 
 ;     VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_DATE
 ;
 ; 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
 
 ;




More information about the svn-commits mailing list