mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
app_voicemail: Add the ability to specify multiple email addresses.
ASTERISK-24045 Reported by: Jacob Barber Review: https://reviewboard.asterisk.org/r/3833/ ........ Merged revisions 420577 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -232,10 +232,10 @@ pagerdateformat=%A, %B %d, %Y at %r
|
||||
;
|
||||
|
||||
; 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
|
||||
; 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 unchangeable.
|
||||
; If email is specified, a message will be sent when a voicemail is received, to
|
||||
; the given mailbox, for each address listed (separated by |, ex. alice@foo.com|bob@foo.com).
|
||||
; If pager is specified, a message will be sent there as well. If the password
|
||||
; is prefixed by '-', then it is considered to be unchangeable.
|
||||
;
|
||||
; Advanced options example is extension 4069
|
||||
; NOTE: All options can be expressed globally in the general section, and
|
||||
|
Reference in New Issue
Block a user