aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-25 18:11:24 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-25 18:11:24 +0000
commit1c8a8e990c2c84eb23353104a9c1e82c43163b2a (patch)
treea3cb08a436b53287d71f681838e6154e6b20c415 /configs
parent3c6dfeac4d138fc936df6222bf986231d7621bf4 (diff)
Document the maximum length of voicemail email message body. Bug #1299
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2560 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/voicemail.conf.sample7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index a6a2b8d80..6dec0498a 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -29,7 +29,12 @@ maxlogins=3
;pbxskip=yes
; Change the From: string
;fromstring=The Asterisk PBX
-; Change the email body, variables: VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_DATE
+;
+; Change the email body, 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.
;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
;