Is there a way to get voice mail to IAX accounts that may be currently offline? Right now IAX accounts that are not logged on when called the IVR says the extension doesnt exist. If the user is logged on and doesnt answer then it goes to voice mail. Thanks...
Let me see if I got that right. When an iax user is online, the phone rings and if not picked up, then it goes to voicemail. But if the iax user is not online, you get an unknown extension error? If so, the problem and solution is on your dialplan, I suggest before doing the DIAL on your dialplan to do a check for the extension and also maybe a sanity check by doing a mailbox exists check, if so, then check is the extension is online, if so, dial, if not, check if it has a voicemail box, if so, go to it, if not, play unknown extension error. I have some code around here that does something similar if you get into trouble. Let me know... |-----Original Message----- |From: asterisk-users-bounces@lists.digium.com |[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of |Health Masters |Sent: Wednesday, November 16, 2005 8:08 PM |To: Asterisk Users Mailing List - Non-Commercial Discussion |Subject: [Asterisk-Users] IAX offline Voicemail | |Is there a way to get voice mail to IAX accounts that may be |currently offline? Right now IAX accounts that are not logged |on when called the IVR says the extension doesnt exist. If the |user is logged on and doesnt answer then it goes to voice mail. | |Thanks... |_______________________________________________ |--Bandwidth and Colocation sponsored by Easynews.com -- | |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 |
Hello, I have my SIP clients registered with names, and I want to implement the voicemail in my Asterisk. I have these lines to redirect the call to the voicemail: exten => pereira,1,Answer exten => pereira,2,Wait(1) exten => pereira,3,VoiceMail(u${EXTEN}) exten => pereira,4,Playback(vm-goodbye) exten => pereira,5,Hangup But how do I force this rule to be applied to all calls? instead of writing these 5 lines for each of my clients ? If I used numbers, I could do _XXXX ... but how do I write the rule for client names? Thanks Joao Pereira
Hello to all I have clients registered with names (joao, manuel, etc...) and clients registered with numbers (123, 120,...). To make the number clients receive voicemail, I have this: exten => _XXXXX,1,Answer exten => _XXXXX,2,Wait(1) exten => _XXXXX,3,VoiceMail(u${EXTEN}) exten => _XXXXX,4,Playback(vm-goodbye) exten => _XXXXX,5,Hangup but for the name clients.... I need these 5 lines for each... exten => pereira,1,Answer exten => pereira,2,Wait(1) exten => pereira,3,VoiceMail(u${EXTEN}) exten => pereira,4,Playback(vm-goodbye) exten => pereira,5,Hangup Is there any way I can solve this? making all calls that reach this point go to the voicemail? Thanks Joao>
Hello Joao, see inline. On Wed, 2005-11-23 at 15:43 +0000, Joao Pereira wrote:> Hello to all > I have clients registered with names (joao, manuel, etc...) and clients > registered with numbers (123, 120,...). > > To make the number clients receive voicemail, I have this: > > exten => _XXXXX,1,Answer > exten => _XXXXX,2,Wait(1) > exten => _XXXXX,3,VoiceMail(u${EXTEN}) > exten => _XXXXX,4,Playback(vm-goodbye) > exten => _XXXXX,5,Hangup > > > but for the name clients.... I need these 5 lines for each... > > exten => pereira,1,Answer > exten => pereira,2,Wait(1) > exten => pereira,3,VoiceMail(u${EXTEN}) > exten => pereira,4,Playback(vm-goodbye) > exten => pereira,5,Hangup > > Is there any way I can solve this? making all calls that reach this > point go to the voicemail?> You can handle this by writing a macro.Study this: http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Macro> Thanks > Joao > > > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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-- [ ----------------------------------------------------- ] [ id fred a.k.a chapeaurouge ] ] [ email chapeaurouge(at)madpenguin(dot)org ] [ sip sip:fred(at)jaolin(dot)net ] [ web http://madpenguin.org ] [ ----------------------------------------------------- ] [ GPG info ] Key fingerprint = 1674 7CBA 4F97 70D7 1A74 C7E9 333E 4335 75B1 4D02 Fetch key: gpg --keyserver pgp.mit.edu --recv-key 75B14D02 or http://madpenguin.org/pubkeys/fred_mp.key -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051123/014ec374/attachment.pgp