I have this in extensions.conf: exten => 1,1,Dial,Zap/g9/4439568899/|24 exten => 1,2,VoiceMail(u8004) and this happens: -- Playing 'js-joe-trvm' -- Executing Dial("Zap/2-1", "Zap/g9/4439568899/|24") in new stack -- Called g9/4439568899/ -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Nobody picked up in 24000 ms -- Hungup 'Zap/1-1' -- Executing VoiceMail("Zap/2-1", "u8004") in new stack The problem is, the number dialed did pick up, and the call was connected, but it seems as if asterisk didn't detect that the call had been answered. Any ideas whats up? The channels are connected via the single port T1 card and an ADIT 600 channel bank with an FXO-8 card. Any help would be much appreciated. -Joe
Well do you use callprogress=yes in zapata.conf ? If yes, then it's not working for you and you may turn it off for those channels. With analog channels we either have to detect the call proceeding states or we won't have it. Now if you turn callprogress off you won't be able to use a timeout with Dial. regards Martin On Wed, 21 May 2003, Joe Antkowiak wrote:> I have this in extensions.conf: > > exten => 1,1,Dial,Zap/g9/4439568899/|24 > exten => 1,2,VoiceMail(u8004) > > and this happens: > > -- Playing 'js-joe-trvm' > -- Executing Dial("Zap/2-1", "Zap/g9/4439568899/|24") in new stack > -- Called g9/4439568899/ > -- Zap/1-1 is ringing > -- Zap/1-1 is ringing > -- Nobody picked up in 24000 ms > -- Hungup 'Zap/1-1' > -- Executing VoiceMail("Zap/2-1", "u8004") in new stack > > The problem is, the number dialed did pick up, and the call was connected, > but it seems as if asterisk didn't detect that the call had been answered. > Any ideas whats up? > > The channels are connected via the single port T1 card and an ADIT 600 > channel bank with an FXO-8 card. > > Any help would be much appreciated. > > -Joe > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I do have callprogress=yes Are there any variables I could change that might detect an answer better? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Martin Pycko Sent: Wednesday, May 21, 2003 4:31 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Answer not detected? Well do you use callprogress=yes in zapata.conf ? If yes, then it's not working for you and you may turn it off for those channels. With analog channels we either have to detect the call proceeding states or we won't have it. Now if you turn callprogress off you won't be able to use a timeout with Dial. regards Martin On Wed, 21 May 2003, Joe Antkowiak wrote:> I have this in extensions.conf: > > exten => 1,1,Dial,Zap/g9/4439568899/|24 > exten => 1,2,VoiceMail(u8004) > > and this happens: > > -- Playing 'js-joe-trvm' > -- Executing Dial("Zap/2-1", "Zap/g9/4439568899/|24") in new stack > -- Called g9/4439568899/ > -- Zap/1-1 is ringing > -- Zap/1-1 is ringing > -- Nobody picked up in 24000 ms > -- Hungup 'Zap/1-1' > -- Executing VoiceMail("Zap/2-1", "u8004") in new stack > > The problem is, the number dialed did pick up, and the call was connected, > but it seems as if asterisk didn't detect that the call had been answered. > Any ideas whats up? > > The channels are connected via the single port T1 card and an ADIT 600 > channel bank with an FXO-8 card. > > Any help would be much appreciated. > > -Joe > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > 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