I am still testing Asterisk, but I am running in to a lot of problems. I set up numerous extensions, but Asterisk is not performing to tasks correctly. Here is an example. exten => 231,1,Dial(Zap/g1/231|3) exten => 231,2,Voicemail(u231) exten => 231,3,Hangup When I call in and enter extension 231, my call is routed to the correct extension, but it just keeps ringing. If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will ring once (2000 ms) and go to voicemail, but if I change the timeout to anything greater than 2 it never rolls to voicemail. I am attempting to configure Asterisk as a voicemail and automated attendant solution. It will be connected to a Toshiba Strata PBX. Assistance is greatly appreciated. Michael
Shouldn't that read: exten => 231,1,Dial(Zap/g1/231,30) Now it should be 30 seconds, which should be 30/6 or about 5 rings. Lyle ----- Original Message ----- From: "Michael Little" <mlittle@iqep.com> To: <asterisk-users@lists.digium.com> Sent: Friday, August 13, 2004 12:15 PM Subject: [Asterisk-Users] Dial command problems I am still testing Asterisk, but I am running in to a lot of problems. I set up numerous extensions, but Asterisk is not performing to tasks correctly. Here is an example. exten => 231,1,Dial(Zap/g1/231|3) exten => 231,2,Voicemail(u231) exten => 231,3,Hangup When I call in and enter extension 231, my call is routed to the correct extension, but it just keeps ringing. If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will ring once (2000 ms) and go to voicemail, but if I change the timeout to anything greater than 2 it never rolls to voicemail. I am attempting to configure Asterisk as a voicemail and automated attendant solution. It will be connected to a Toshiba Strata PBX. Assistance is greatly appreciated. Michael _______________________________________________ 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
I'm very new to Asterisk, but try: exten => 231,1,Dial(Zap/g1/231,3,r) exten => 231,2,Voicemail(u231) exten => 231,3,Hangup greeting Siam Am Fri, 13 Aug 2004 13:15:23 -0400 schrieb Michael Little <mlittle@iqep.com>:> I am still testing Asterisk, but I am running in to a lot of problems. > I set up numerous extensions, but Asterisk is not performing to tasks > correctly. Here is an example. > > exten => 231,1,Dial(Zap/g1/231|3) > exten => 231,2,Voicemail(u231) > exten => 231,3,Hangup > > When I call in and enter extension 231, my call is routed to the correct > extension, but it just keeps ringing. > > If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will > ring once (2000 ms) and go to voicemail, but if I change the timeout to > anything greater than 2 it never rolls to voicemail. > > > I am attempting to configure Asterisk as a voicemail and automated > attendant solution. It will be connected to a Toshiba Strata PBX. > > Assistance is greatly appreciated. > > Michael > _______________________________________________ > 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 >-- Erstellt mit M2, Operas revolution?rem E-Mail-Modul: http://www.opera.com/m2/
Lyle, I tried your suggestion, but it still does not work. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Lyle Giese Sent: Friday, August 13, 2004 2:19 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Dial command problems Shouldn't that read: exten => 231,1,Dial(Zap/g1/231,30) Now it should be 30 seconds, which should be 30/6 or about 5 rings. Lyle ----- Original Message ----- From: "Michael Little" <mlittle@iqep.com> To: <asterisk-users@lists.digium.com> Sent: Friday, August 13, 2004 12:15 PM Subject: [Asterisk-Users] Dial command problems I am still testing Asterisk, but I am running in to a lot of problems. I set up numerous extensions, but Asterisk is not performing to tasks correctly. Here is an example. exten => 231,1,Dial(Zap/g1/231|3) exten => 231,2,Voicemail(u231) exten => 231,3,Hangup When I call in and enter extension 231, my call is routed to the correct extension, but it just keeps ringing. If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will ring once (2000 ms) and go to voicemail, but if I change the timeout to anything greater than 2 it never rolls to voicemail. I am attempting to configure Asterisk as a voicemail and automated attendant solution. It will be connected to a Toshiba Strata PBX. Assistance is greatly appreciated. Michael _______________________________________________ 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
I changed the Dial entry, but it still continues to ring the extension without going to voicemail. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of nospams Sent: Friday, August 13, 2004 2:23 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Dial command problems I'm very new to Asterisk, but try: exten => 231,1,Dial(Zap/g1/231,3,r) exten => 231,2,Voicemail(u231) exten => 231,3,Hangup greeting Siam Am Fri, 13 Aug 2004 13:15:23 -0400 schrieb Michael Little <mlittle@iqep.com>:> I am still testing Asterisk, but I am running in to a lot of problems. > I set up numerous extensions, but Asterisk is not performing to tasks > correctly. Here is an example. > > exten => 231,1,Dial(Zap/g1/231|3) > exten => 231,2,Voicemail(u231) > exten => 231,3,Hangup > > When I call in and enter extension 231, my call is routed to the correct > extension, but it just keeps ringing. > > If I change the line to read exten => 231,1,Dial(Zap/g1/231|2) it will > ring once (2000 ms) and go to voicemail, but if I change the timeout to > anything greater than 2 it never rolls to voicemail. > > > I am attempting to configure Asterisk as a voicemail and automated > attendant solution. It will be connected to a Toshiba Strata PBX. > > Assistance is greatly appreciated. > > Michael > _______________________________________________ > 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 >-- Erstellt mit M2, Operas revolution?rem E-Mail-Modul: http://www.opera.com/m2/ _______________________________________________ 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
----- Original Message -----> Message: 2 > Subject: RE: [Asterisk-Users] Dial command problems > Date: Fri, 13 Aug 2004 16:11:22 -0400 > From: "Michael Little" <mlittle@iqep.com> > To: <asterisk-users@lists.digium.com> > Reply-To: asterisk-users@lists.digium.com > > Lyle, > > I tried your suggestion, but it still does not work. > >*snip> Shouldn't that read: > > exten =3D> 231,1,Dial(Zap/g1/231,30)shouldn't it actually read exten => 231,Dial(Zap/1,30) where Zap/1 is the individual channel you are trying to ring? I can see where dialing a group of zap channels would be good for outbound calls where you want to select one open channel from a group but with an extension number don't you want to dial one channel and then proceed to the vm of that channel? also, is extension 231 exist on the * or in the toshiba? if the latter i would think something more like exten => _2xx,1,Dial(Zap/g1/${EXTEN},30) exten => _2xx,2,Voicemail(u${EXTEN}) exten => _2xx,3,Hangup where Zap/g1 are the analog lines between the strata and the NEC and the extensions on the strata are any 2xx extension number> > Now it should be 30 seconds, which should be 30/6 or about 5 rings. > > Lyle*snip> I am attempting to configure Asterisk as a voicemail and automated > attendant solution. It will be connected to a Toshiba Strata PBX.seems like the second scenario there is more like an outbound dialing context to go out to a different source (the toshiba) and the first one is really like the extensions are actually in the * box not on the toshiba.> > Assistance is greatly appreciated. > > Michaelor am I confused on what you are trying to do? Jason Kawakami
Michael Little wrote:>exten => 231,1,Dial(Zap/g1/231|3) >exten => 231,2,Voicemail(u231) >exten => 231,3,Hangup > >When I call in and enter extension 231, my call is routed to the correct >extension, but it just keeps ringing >On the * console, set verbose 100, and post here the output when you try dialing this extension if you are still having trouble.