summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2014-08-08 19:15:27 +0000
committerJason Parker <jparker@digium.com>2014-08-08 19:15:27 +0000
commit2b804661bcda0fa19a58998adb8f894ee71a30ab (patch)
tree7f588ef39ee4719c5d17ec2dcef27d8ee5902991 /configs
parent02fc8e2449f834b6fffabb0fafa3860e62178d31 (diff)
app_voicemail: Add the ability to specify multiple email addresses.
ASTERISK-24045 Reported by: Jacob Barber Review: https://reviewboard.asterisk.org/r/3833/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@420577 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/voicemail.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/samples/voicemail.conf.sample b/configs/samples/voicemail.conf.sample
index f3d7d4f44..bb5f2495d 100644
--- a/configs/samples/voicemail.conf.sample
+++ b/configs/samples/voicemail.conf.sample
@@ -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