Has anyone seen good scripts or documentation on Voicemail groups? We are looking to have a system where you can send a voicemail to multiple mailboxes. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/777a7b83/attachment.htm
it's simple: exten => x,n,VoiceMail(100@context&101@context&102@context) the messages played in this case, if the corresponding options are specified ('u' or 'b'), are the ones for the first mailbox specified. If the first mailbox has "delete=yes" option in voicemail.conf, the message, after broadcast to the other mailboxes, will be deleted from it, otherwise it will stay also in the first mailbox. It's all, more or less... HTH 2006/5/18, Forrest Beck <jonforrest.beck@gmail.com>:> > Has anyone seen good scripts or documentation on Voicemail groups? We > are looking to have a system where you can send a voicemail to multiple > mailboxes. > > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060522/2be6fb33/attachment.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <tt>Look into Your mail soft configration.<br> I'm using postfix , and made in aliases file :<br> allusers: user1,user2,ser3,user4<br> <br> then send voicemail from asterisk to alluser account.</tt><br> <br> Filip.<br> <blockquote cite="mid446ce015.40e4ce29.6a2a.3f6b@mx.gmail.com" type="cite"> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal         {margin:0in;         margin-bottom:.0001pt;         font-size:12.0pt;         font-family:"Times New Roman";} a:link, span.MsoHyperlink         {color:blue;         text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed         {color:purple;         text-decoration:underline;} span.EmailStyle17         {mso-style-type:personal-compose;         font-family:Arial;         color:windowtext;} @page Section1         {size:8.5in 11.0in;         margin:1.0in 1.25in 1.0in 1.25in;} div.Section1         {page:Section1;} --> </style> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1" /> </o:shapelayout></xml><![endif]--> <div class="Section1"> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Has anyone seen good scripts or documentation on Voicemail groups? We are looking to have a system where you can send a voicemail to multiple mailboxes.<o:p></o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> </div> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a> </pre> </blockquote> <br> <br> <pre class="moz-signature" cols="72"> </pre> </body> </html>