From 5ce4ad8031dd4d2cf227b5b4476c0050a00196b5 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Fri, 8 Aug 2014 19:16:29 +0000 Subject: 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 --- configs/samples/voicemail.conf.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configs') 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 =,,,, -; 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 -- cgit v1.2.3