; Note: The emailbody config row can be up to 512 characters due to a limitation in
; Note: The emailbody config row can only be up to 512 characters due to a
; asterisk config files.
; limitation in the Asterisk configuration subsystem.
;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
;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 following definition is very close to the default, but the default shows
; the CIDNAME, if it is not null, else just the CIDNUM, or "an unknown caller" if they are both null.
; just the CIDNAME, if it is not null, otherise 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
;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 also change the Pager From: string, the pager body and/or subject.
; You can also change the Pager From: string, the pager body and/or subject.
@ -69,7 +70,8 @@ maxlogins=3
;pagersubject=New VM
;pagersubject=New VM
;pagerbody=New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom ${VM_CALLERID}, on ${VM_DATE}
;pagerbody=New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom ${VM_CALLERID}, on ${VM_DATE}
;
;
; Set the date format on outgoing mails. Valid arguments can be found on the strftime(3) man page
; Set the date format on outgoing mails. Valid arguments can be found on the
; strftime(3) man page
;
;
; Default
; Default
emaildateformat=%A, %B %d, %Y at %r
emaildateformat=%A, %B %d, %Y at %r
@ -93,7 +95,8 @@ emaildateformat=%A, %B %d, %Y at %r
; variable substitution is done on the values below.
; variable substitution is done on the values below.
;
;
; Supported values:
; Supported values:
; 'filename' filename of a soundfile (single ticks around the filename required)
; 'filename' filename of a soundfile (single ticks around the filename
; required)
; ${VAR} variable substitution
; ${VAR} variable substitution
; A or a Day of week (Saturday, Sunday, ...)
; A or a Day of week (Saturday, Sunday, ...)
; B or b or h Month name (January, February, ...)
; B or b or h Month name (January, February, ...)
@ -105,8 +108,10 @@ emaildateformat=%A, %B %d, %Y at %r
; M Minute, with 00 pronounced as "o'clock"
; M Minute, with 00 pronounced as "o'clock"
; N Minute, with 00 pronounced as "hundred" (US military time)
; N Minute, with 00 pronounced as "hundred" (US military time)
; P or p AM or PM
; P or p AM or PM
; Q "today", "yesterday" or ABdY (*note: not standard strftime value)
; Q "today", "yesterday" or ABdY
; q "" (for today), "yesterday", weekday, or ABdY (*note: not standard strftime value)
; (*note: not standard strftime value)
; q "" (for today), "yesterday", weekday, or ABdY
; (*note: not standard strftime value)
; R 24 hour time, including minute
; R 24 hour time, including minute
;
;
;
;
@ -114,11 +119,13 @@ emaildateformat=%A, %B %d, %Y at %r
;
;
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
; if the e-mail is specified, a message will be sent when a message is
; if the e-mail is specified, a message will be sent when a message is
; received, to the given mailbox. If pager is specified, a message will be sent there as well. If the password is prefixed by '-' then it is considered to be unchangable
; received, to the given mailbox. If pager is specified, a message will be
; sent there as well. If the password is prefixed by '-', then it is
; considered to be unchangable.
;
;
; Advanced options example is extension 4069
; Advanced options example is extension 4069
; NOTE: All options can be expressed globally in the general section, and overriden in the per-mailbox
; NOTE: All options can be expressed globally in the general section, and
; settings, unless listed otherwise.
; overriden in the per-mailbox settings, unless listed otherwise.
;
;
; tz=central ; Timezone from zonemessages above. Irrelevant if envelope=no.
; tz=central ; Timezone from zonemessages above. Irrelevant if envelope=no.
; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email
; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email