On Fri, Jun 17, 2011 at 1:05 PM, vip killa <[email protected]> wrote:
> Or is there anyway to have a message copied from a mailbox to a list of > other mailboxes everytime a message is left in it? > > > On Fri, Jun 17, 2011 at 1:54 PM, vip killa <[email protected]> wrote: > >> Is there any to have asterisk record a file then send that file to >> a distribution list of voicemail boxes? >> What I'm trying to accomplish is a prompt for a user to record/listen to >> their message and then choose to send the recording to multiple voicemail >> box's inboxes >> > > To the best of my knowledge there is no way built into asterisk to do this, however, you can easily write a script that does this using your favorite scripting language and have asterisk call that program whenever a voicemail is left using the mailcmd= option in voicemail.conf. This option gives you better control over the entire message delivery process. Another option is the externnotify= command, but that is run on more occasions than just when a voicemail is left. -- Thanks, --Warren Selby, dCAP http://www.SelbyTech.com <http://www.selbytech.com>
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
