From 3ad6ed3e92a7f105646708cd2d5892461bd3fb5a Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 1 May 2004 23:28:33 +0000 Subject: Add ability to specify custom e-mail subject line (bug #1291) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2850 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/voicemail.conf.sample') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index f21fe2699..80836515e 100755 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -36,11 +36,12 @@ maxlogins=3 ; 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 ; -- cgit v1.2.3