Using the latest code from CVS. Has anyone figured out a way to setup any kind of Group or Broadcasting of Voicemail messages?
Yes I did it. You need three things 1) An extension that records the vm in a predefined file. 2) An extension that plays the recorded message 3) An AGI that puts some call files into the outgoing directory. You can find a sample file at http://asterisk.gnuinter.net/files/digium/asterisk-ng/sample.call Hope that helps, J. Goericke On Sat, 24 Jul 2004, Frank wrote:> Using the latest code from CVS. > > Has anyone figured out a way to setup any kind of Group or Broadcasting > of Voicemail messages? > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
This bug report patch will do what you want with the "cc" and "delete" options to the mailbox. It was supposedly added to CVS but I have not seen it come through yet. Very confusing. I guess you could apply the patch manually. http://bugs.digium.com/bug_view_page.php?bug_id=0001361 -Seth On Mon, 2004-07-26 at 08:00, Jan Goericke wrote:> Yes I did it. > > You need three things > > 1) An extension that records the vm in a predefined file. > 2) An extension that plays the recorded message > 3) An AGI that puts some call files into the outgoing directory. > > You can find a sample file at > > http://asterisk.gnuinter.net/files/digium/asterisk-ng/sample.call > > Hope that helps, > J. Goericke > > > On Sat, 24 Jul 2004, Frank wrote: > > > Using the latest code from CVS. > > > > Has anyone figured out a way to setup any kind of Group or Broadcasting > > of Voicemail messages? > > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559
Seth Remington wrote:> This bug report patch will do what you want with the "cc" and "delete" > options to the mailbox. It was supposedly added to CVS but I have not > seen it come through yet. Very confusing. I guess you could apply the > patch manually.The patch is in the CVS, but if you read bug report #1361 it was changed quite a lot during the process. /O
On Mon, 2004-07-26 at 10:15, Olle E. Johansson wrote:> Seth Remington wrote: > > > This bug report patch will do what you want with the "cc" and "delete" > > options to the mailbox. It was supposedly added to CVS but I have not > > seen it come through yet. Very confusing. I guess you could apply the > > patch manually. > The patch is in the CVS, but if you read bug report #1361 it was changed > quite a lot during the process.Thanks Ollie. You are of course correct. The "Voicemail Broadcasts" section of the wiki is incorrect... http://www.voip-info.org/wiki-Asterisk+config+voicemail.conf I will update/delete the bogus info when I get a chance. For the original poster looks like you can do broadcasts like so: Voicemail(b1234&1704@home) Check out http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMail and "show application VoiceMail" from the CLI for more info. -Seth -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559
> I will update/delete the bogus info when I get a chance. For the > original poster looks like you can do broadcasts like so: > > Voicemail(b1234&1704@home) > > Check out http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMail and"show> application VoiceMail" from the CLI for more info. >while this would work for a few boxes or for a very small company or department, it is not very effective for an entire company or large department. Like say 90 people in a sales group. Or 400 employees in a company. any ideas on how to handle these kinds of numbers? Thanks