aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 04:40:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 04:40:34 +0000
commit31f4e1e4eb22f91bfcd5f1c21a82b2c4d69b383b (patch)
treec5315e7d17b562fc87d63264af0538b872231008 /configs
parentddf7a07706f61a0dfd104cba2c0ea40e8b465538 (diff)
update email subject (bug #3384)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4863 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/voicemail.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 315611a76..5b55eed09 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -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