Carey O'Shea
2006-Jun-08 21:43 UTC
[Asterisk-Users] hangup lag causing the answering of already answered calls
I have a TDM-400P with one FXO module. On an incoming call, I have set Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), which is basically the only thing in my dialplan. When the call is answered by the PSTN phone first, or when the ringing call is hung up, Asterisk keeps ringing for 5+ seconds, which causes trouble (the answering of already answered calls). I noticed in the Asterisk console that my phone is called twice every time there is an incoming call. Is this normal, and could it be causing this behaviour? If not, any ideas as to what could be causing this? I can provide full debug logs and my relevant configuration if needed. Console log: -- Starting simple switch on 'Zap/4-1' -- Executing Dial("Zap/4-1", "IAX2/carey") in new stack -- Called carey -- Starting simple switch on 'Zap/4-1' -- Executing Dial("Zap/4-1", "IAX2/carey") in new stack -- Called carey -- Call accepted by 10.0.12.102 (format ulaw) -- Format for call is ulaw -- Call accepted by 10.0.12.102 (format ulaw) -- Format for call is ulaw -- IAX2/carey-1 is ringing -- IAX2/carey-1 is ringing -- Hungup 'IAX2/carey-1' == Spawn extension (incoming, s, 1) exited non-zero on 'Zap/4-1' -- Hungup 'Zap/4-1' -- Hungup 'IAX2/carey-1' == Spawn extension (incoming, s, 1) exited non-zero on 'Zap/4-1' -- Hungup 'Zap/4-1'
undrhil.1528785@bloglines.com
2006-Jun-08 21:54 UTC
[Asterisk-Users] hangup lag causing the answering of already answered calls
So, your dialplan for that incoming call is just the one line? exten => s,1,Dial(IAX2/carey) Nothing else? Try adding a Hangup command on the next priority and see if that helps any. exten => s,2,Hangup If you already have a Hangup command in there, then I apologize for wasting your time. :) Undrhil --- Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com wrote: I have a TDM-400P with one FXO module. On an incoming call, I have set> Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)),which is> basically the only thing in my dialplan. > > When the callis answered by the PSTN phone first, or when the ringing> call is hung up,Asterisk keeps ringing for 5+ seconds, which causes> trouble (the answeringof already answered calls).> > I noticed in the Asterisk console thatmy phone is called twice every> time there is an incoming call. Is thisnormal, and could it be causing> this behaviour? > > If not, any ideasas to what could be causing this? I can provide full> debug logs and myrelevant configuration if needed.> > Console log: > > -- Startingsimple switch on 'Zap/4-1'> -- Executing Dial("Zap/4-1", "IAX2/carey")in new stack> -- Called carey > -- Starting simple switch on 'Zap/4-1'> -- Executing Dial("Zap/4-1", "IAX2/carey") in new stack > -- Calledcarey> -- Call accepted by 10.0.12.102 (format ulaw) > -- Formatfor call is ulaw> -- Call accepted by 10.0.12.102 (format ulaw) >-- Format for call is ulaw> -- IAX2/carey-1 is ringing > --IAX2/carey-1 is ringing> -- Hungup 'IAX2/carey-1' > == Spawn extension(incoming, s, 1) exited non-zero on 'Zap/4-1'> -- Hungup 'Zap/4-1' > -- Hungup 'IAX2/carey-1' > == Spawn extension (incoming, s, 1) exitednon-zero on 'Zap/4-1'> -- Hungup 'Zap/4-1' > > > _______________________________________________> --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Usersmailing list> To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users>
mrlord chewie
2006-Jun-11 21:17 UTC
[Asterisk-Users] hangup lag causing the answering of already answered calls
I'm having the exact same problem. Please any ideas? My IP phones keep ringing after PSTN hangup or PSTN answer... for about 6 or 7 seconds. On Sun, 2006-06-11 at 15:18 +1000, Carey O'Shea wrote: Does anyone have any ideas as to what can cause this large delay to stop ringing? It's quite a show stopper... imagine ringing a business and being answered by 3 different people, one after the other, all talking over the top of each other. On Fri, 2006-06-09 at 15:12 +1000, Carey O'Shea wrote:> Hi Undrhil, > > A logical idea, but unfortunately adding it didn't change anything. > > Two important points: > (1) When I test this with just IAX endpoints, no Zap, the call is hungup > immediately, (2) but the console still shows the user being called > twice. > > So as a wild guess, maybe the console logging twice is OK, and it's my > Zap configuration? > > * extensions.conf: > [incoming] > exten => s,1,Dial(IAX2/carey) > exten => s,2,Hangup(IAX2/carey) > > * zapata.conf: > [channels] > usecallerid=no > signalling=fxs_ks > context=incoming > channel => 4 > > * zaptel.conf > loadzone=au > defaultzone=au > fxsks=4 > > * ztcfg -vv > Channel 04: FXS Kewlstart (Default) (Slaves: 04) > 1 channels configured. > > I'm from Australia so I assume the loadzone and defaultzone is OK as per > zaptel.c. Did not post iax.conf due to my SIP phones having the same > behaviour, and IAX-to-IAX not exhibiting the problem. > > > On Fri, 2006-06-09 at 04:54 +0000, undrhil.1528785@bloglines.com wrote: > > So, your dialplan for that incoming call is just the one line? > > > > exten => > > s,1,Dial(IAX2/carey) > > > > Nothing else? Try adding a Hangup command on the > > next priority and see if that helps any. > > > > exten => s,2,Hangup > > > > If you > > already have a Hangup command in there, then I apologize for wasting your > > time. :) > > > > Undrhil > > > > --- Asterisk Users Mailing List - Non-Commercial Discussion > > <asterisk-users@lists.digium.com wrote: > > I have a TDM-400P with one FXO module. > > On an incoming call, I have set > > > Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), > > which is > > > basically the only thing in my dialplan. > > > > > > When the call > > is answered by the PSTN phone first, or when the ringing > > > call is hung up, > > Asterisk keeps ringing for 5+ seconds, which causes > > > trouble (the answering > > of already answered calls). > > > > > > I noticed in the Asterisk console that > > my phone is called twice every > > > time there is an incoming call. Is this > > normal, and could it be causing > > > this behaviour? > > > > > > If not, any ideas > > as to what could be causing this? I can provide full > > > debug logs and my > > relevant configuration if needed. > > > > > > Console log: > > > > > > -- Starting > > simple switch on 'Zap/4-1' > > > -- Executing Dial("Zap/4-1", "IAX2/carey") > > in new stack > > > -- Called carey > > > -- Starting simple switch on 'Zap/4-1' > > > > > -- Executing Dial("Zap/4-1", "IAX2/carey") in new stack > > > -- Called > > carey > > > -- Call accepted by 10.0.12.102 (format ulaw) > > > -- Format > > for call is ulaw > > > -- Call accepted by 10.0.12.102 (format ulaw) > > > > > -- Format for call is ulaw > > > -- IAX2/carey-1 is ringing > > > -- > > IAX2/carey-1 is ringing > > > -- Hungup 'IAX2/carey-1' > > > == Spawn extension > > (incoming, s, 1) exited non-zero on 'Zap/4-1' > > > -- Hungup 'Zap/4-1' > > > -- Hungup 'IAX2/carey-1' > > > == Spawn extension (incoming, s, 1) exited > > non-zero on 'Zap/4-1' > > > -- Hungup 'Zap/4-1' > > > > > On Sun, 2006-06-11 at 15:18 +1000, Carey O'Shea wrote:Does anyone have any ideas as to what can cause this large delay to stop ringing? It's quite a show stopper... imagine ringing a business and being answered by 3 different people, one after the other, all talking over the top of each other. On Fri, 2006-06-09 at 15:12 +1000, Carey O'Shea wrote:> Hi Undrhil, > > A logical idea, but unfortunately adding it didn't change anything. > > Two important points: > (1) When I test this with just IAX endpoints, no Zap, the call is hungup > immediately, (2) but the console still shows the user being called > twice. > > So as a wild guess, maybe the console logging twice is OK, and it's my > Zap configuration? > > * extensions.conf: > [incoming] > exten => s,1,Dial(IAX2/carey) > exten => s,2,Hangup(IAX2/carey) > > * zapata.conf: > [channels] > usecallerid=no > signalling=fxs_ks > context=incoming > channel => 4 > > * zaptel.conf > loadzone=au > defaultzone=au > fxsks=4 > > * ztcfg -vv > Channel 04: FXS Kewlstart (Default) (Slaves: 04) > 1 channels configured. > > I'm from Australia so I assume the loadzone and defaultzone is OK as per > zaptel.c. Did not post iax.conf due to my SIP phones having the same > behaviour, and IAX-to-IAX not exhibiting the problem. > > > On Fri, 2006-06-09 at 04:54 +0000, undrhil.1528785@bloglines.com wrote: > > So, your dialplan for that incoming call is just the one line? > > > > exten => > > s,1,Dial(IAX2/carey) > > > > Nothing else? Try adding a Hangup command on the > > next priority and see if that helps any. > > > > exten => s,2,Hangup > > > > If you > > already have a Hangup command in there, then I apologize for wasting your > > time. :) > > > > Undrhil > > > > --- Asterisk Users Mailing List - Non-Commercial Discussion > > <asterisk-users@lists.digium.com wrote: > > I have a TDM-400P with one FXO module. > > On an incoming call, I have set > > > Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), > > which is > > > basically the only thing in my dialplan. > > > > > > When the call > > is answered by the PSTN phone first, or when the ringing > > > call is hung up, > > Asterisk keeps ringing for 5+ seconds, which causes > > > trouble (the answering > > of already answered calls). > > > > > > I noticed in the Asterisk console that > > my phone is called twice every > > > time there is an incoming call. Is this > > normal, and could it be causing > > > this behaviour? > > > > > > If not, any ideas > > as to what could be causing this? I can provide full > > > debug logs and my > > relevant configuration if needed. > > > > > > Console log: > > > > > > -- Starting > > simple switch on 'Zap/4-1' > > > -- Executing Dial("Zap/4-1", "IAX2/carey") > > in new stack > > > -- Called carey > > > -- Starting simple switch on 'Zap/4-1' > > > > > -- Executing Dial("Zap/4-1", "IAX2/carey") in new stack > > > -- Called > > carey > > > -- Call accepted by 10.0.12.102 (format ulaw) > > > -- Format > > for call is ulaw > > > -- Call accepted by 10.0.12.102 (format ulaw) > > > > > -- Format for call is ulaw > > > -- IAX2/carey-1 is ringing > > > -- > > IAX2/carey-1 is ringing > > > -- Hungup 'IAX2/carey-1' > > > == Spawn extension > > (incoming, s, 1) exited non-zero on 'Zap/4-1' > > > -- Hungup 'Zap/4-1' > > > -- Hungup 'IAX2/carey-1' > > > == Spawn extension (incoming, s, 1) exited > > non-zero on 'Zap/4-1' > > > -- Hungup 'Zap/4-1'__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060611/c6f96d3d/attachment.htm