[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.48,1.49

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jul 7 18:48:08 CDT 2005


Update of /usr/cvsroot/asterisk/configs
In directory localhost.localdomain:/tmp/cvs-serv16725/configs

Modified Files:
	voicemail.conf.sample 
Log Message:
allow user-configurable date formats in voicemail message body (bug #4554)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- voicemail.conf.sample	6 Apr 2005 18:55:33 -0000	1.48
+++ voicemail.conf.sample	7 Jul 2005 22:56:49 -0000	1.49
@@ -61,6 +61,12 @@
 ; 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
+; Set the date format on outgoing mails. Valid arguments can be found on the strftime(3) man page
+;
+; Default
+emaildateformat=%A, %B %d, %Y at %r
+; 24h date format
+;emaildateformat=%A, %d %B %Y at %H:%M:%S
 
 ;
 ; You can override the default program to send e-mail if you wish, too




More information about the svn-commits mailing list