Hi, Does Asterisk, provide the option within its voice mail system to be able to do the following: We want to have an option to be able to have two mail boxes on one ext. For example: we want to be able to have a French Mailbox and a English one... So I can say the following... You have reached ext 000 to continue this message in French press example 3 - and it would then go to my French greeting... would anyone know if this is possible? Kind Regards, Rob ________________________________ Rob Frenette | Founder | Public Relations | WebMaster Toll-Free: (866) 856-8987 EXT. 203 | Fax: (866) 780-3592 | E-Mail: Rob.Frenette at BullyingCanada.ca<mailto:Rob.Frenette at BullyingCanada.ca> | Website: www.BullyingCanada.ca<http://www.bullyingcanada.ca/> [cid:image001.png at 01CB4E75.BB6E0180]<http://www.facebook.com/BullyingCanada.ca>[cid:image002.png at 01CB4E75.BB6E0180]<http://www.twitter.com/BullyingCanada>[cid:image003.png at 01CB4E75.BB6E0180]<http://ca.linkedin.com/pub/rob-frenette/22/141/517> First Youth-Created Anti-Bullying Website In Canada! This e-mail is intended for the named recipient(s) above and may contain information that is privileged and/or confidential. Any distribution, copying, use, reproduction or alteration of this electronic communication is strictly prohibited. If you have received this e-mail in error, or are not the intended recipient(s), please notify the sender immediately by return e-mail or by telephone: (877) 352-4497 EXT 203 and delete this e-mail message. Le pr?sent message ?lectronique s'adresse au destinataire indiqu? et peut contenir des renseignements de caract?re priv? ou confidentiel. Toute diffusion, copie, utilisation, reproduction ou modification de cette communication ?lectronique est strictement interdite. Si ce message vous a ?t? transmis par erreur, ou vous n'?tes pas le destinataire de ce document, veuillez en informer l'exp?diteur par courriel ou par t?l?phone : (877) 352-4497 poste 203 et le supprimer imm?diatement. [cid:image004.gif at 01CB4E75.BB6E0180] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/9c5bc0b4/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5501 bytes Desc: image001.png Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/9c5bc0b4/attachment-0003.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 5981 bytes Desc: image002.png Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/9c5bc0b4/attachment-0004.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 5553 bytes Desc: image003.png Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/9c5bc0b4/attachment-0005.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.gif Type: image/gif Size: 3674 bytes Desc: image004.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/9c5bc0b4/attachment-0001.gif
Welcome to the right mailinglist :) Asterisk can definately do that. All you need to do is make a extension, with an ivr and some sound files. Have a look at these links: http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20extensions.conf http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+VoiceMail http://www.voip-info.org/wiki/view/Asterisk+cmd+Background Trying to do that from the start might be a bit fast, i'd suggest looking for a beginner tutorial first. Greetings, Zoa On 9/7/2010 4:16 PM, Frenette, Rob wrote:> > Hi, > > Does Asterisk, provide the option within its voice mail system to be > able to do the following: We want to have an option to be able to have > two mail boxes on one ext. For example: we want to be able to have a > French Mailbox and a English one... > > So I can say the following... > > You have reached ext 000 to continue this message in French press > example 3 -- and it would then go to my French greeting... would > anyone know if this is possible? > > Kind Regards, > > Rob >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/4ec1374d/attachment.htm
Mailboxes don?t have to be tied to an extension. The way ?I? would set this up would be set up the user where his/her primary language mailbox would be 100 and the ?secondary? mailbox would be 101. Then do your dialplan like this Exten => 1234,1,playback(3forfrench) Exten => 1234,n,Goto(selectmail,s,1) [selectmail] Exten => s,1,waitexten(2,m) Exten => s,n,voicemail(100 at default) Exten => s,n,hangup Exten => 3,1,Set(CHANNEL(language)=fr) Exten => 3,n,voicemail(101 at default) Exten => 3,n,hangup This plays your message then jumps to a controlled context If the user doesn?t press a key in 2 seconds, they get mailbox 100 with an English greeting. If they press 3, they get mailbox 101 with a French greeting. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Frenette, Rob Sent: Tuesday, September 07, 2010 8:17 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] voice mail system Hi, Does Asterisk, provide the option within its voice mail system to be able to do the following: We want to have an option to be able to have two mail boxes on one ext. For example: we want to be able to have a French Mailbox and a English one So I can say the following You have reached ext 000 to continue this message in French press example 3 ? and it would then go to my French greeting would anyone know if this is possible? Kind Regards, Rob _____ Rob Frenette | Founder | Public Relations | WebMaster Toll-Free: (866) 856-8987 EXT. 203 | Fax: (866) 780-3592 | E-Mail: Rob.Frenette at BullyingCanada.ca | Website: www.BullyingCanada.ca <http://www.bullyingcanada.ca/> <http://www.facebook.com/BullyingCanada.ca> Description: Description: Facebook <http://www.twitter.com/BullyingCanada> Description: Description: Twitter <http://ca.linkedin.com/pub/rob-frenette/22/141/517> Description: Description: LinkedIn First Youth-Created Anti-Bullying Website In Canada! This e-mail is intended for the named recipient(s) above and may contain information that is privileged and/or confidential. Any distribution, copying, use, reproduction or alteration of this electronic communication is strictly prohibited. If you have received this e-mail in error, or are not the intended recipient(s), please notify the sender immediately by return e-mail or by telephone: (877) 352-4497 EXT 203 and delete this e-mail message. Le pr?sent message ?lectronique s'adresse au destinataire indiqu? et peut contenir des renseignements de caract?re priv? ou confidentiel. Toute diffusion, copie, utilisation, reproduction ou modification de cette communication ?lectronique est strictement interdite. Si ce message vous a ?t? transmis par erreur, ou vous n'?tes pas le destinataire de ce document, veuillez en informer l'exp?diteur par courriel ou par t?l?phone : (877) 352-4497 poste 203 et le supprimer imm?diatement. Description: cid:image002.gif at 01C8FD63.5F106A00 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/8062b1ca/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1596 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/8062b1ca/attachment.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1637 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/8062b1ca/attachment-0001.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1639 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/8062b1ca/attachment-0002.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 3674 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/8062b1ca/attachment-0003.gif
Wow thats a LONG signature. Oh and BTW, the future of this world, how many years in the future? On Tue, Sep 7, 2010 at 9:16 AM, Frenette, Rob < rob.frenette at bullyingcanada.ca> wrote:> Hi, > > Does Asterisk, provide the option within its voice mail system to be able > to do the following: We want to have an option to be able to have two mail > boxes on one ext. For example: we want to be able to have a French Mailbox > and a English one? > > > > So I can say the following? > > > > You have reached ext 000 to continue this message in French press example 3 > ? and it would then go to my French greeting? would anyone know if this is > possible? > > > > Kind Regards, > > Rob > ------------------------------ > > Rob Frenette | Founder | Public Relations | WebMaster > > Toll-Free: (866) 856-8987 EXT. 203 | Fax: (866) 780-3592 | > E-Mail: Rob.Frenette at BullyingCanada.ca | Website: www.BullyingCanada.ca<http://www.bullyingcanada.ca/> > > > [image: Description: Description: Facebook]<http://www.facebook.com/BullyingCanada.ca>[image: > Description: Description: Twitter] <http://www.twitter.com/BullyingCanada>[image: > Description: Description: LinkedIn]<http://ca.linkedin.com/pub/rob-frenette/22/141/517> > > > First Youth-Created Anti-Bullying Website In Canada! > > *This e-mail is intended for the named recipient(s) above and may contain > information that is privileged and/or confidential. Any distribution, > copying, use, reproduction or alteration of this electronic communication is > strictly prohibited. If you have received this e-mail in error, or are not > the intended recipient(s), please notify the sender immediately by return > e-mail or by telephone: (877) 352-4497 EXT 203 and delete this e-mail > message.* > > * * > > *Le pr?sent message ?lectronique s'adresse au destinataire indiqu? et peut > contenir des renseignements de caract?re priv? ou confidentiel. Toute > diffusion, copie, utilisation, reproduction ou modification de cette > communication ?lectronique est strictement interdite. Si ce message vous a > ?t? transmis par erreur, ou vous n'?tes pas le destinataire de ce document, > veuillez en informer l'exp?diteur par courriel ou par t?l?phone : (877) > 352-4497 poste 203 et le supprimer imm?diatement.* > [image: Description: cid:image002.gif at 01C8FD63.5F106A00] > > > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/cc9ebc5c/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 5553 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/cc9ebc5c/attachment.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 5501 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/cc9ebc5c/attachment-0001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 5981 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/cc9ebc5c/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 3674 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100907/cc9ebc5c/attachment.gif