aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 23:28:33 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 23:28:33 +0000
commit77e8a2e0b92ef40bde831a5ca3d25738b26188e5 (patch)
tree92f12e9941ca1db12adcba8cc4e54b2460457064 /configs/voicemail.conf.sample
parent41e917d31719206b58fa20beebe21d92ecee04fb (diff)
Add ability to specify custom e-mail subject line (bug #1291)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2850 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rwxr-xr-xconfigs/voicemail.conf.sample3
1 files changed, 2 insertions, 1 deletions
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
;