[asterisk-bugs] [JIRA] (ASTERISK-25307) Hangup on channel using FastAGI does not hang up child channels

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Sep 8 19:37:32 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227538#comment-227538 ] 

Rusty Newton commented on ASTERISK-25307:
-----------------------------------------

"should" - I got derailed into other things. I'll do my best to look at this tomorrow David. Thanks. 

I'm pretty sure competing projects send back the other issue reporters from the future to side-track me. Just a hunch though.

> Hangup on channel using FastAGI does not hang up child channels
> ---------------------------------------------------------------
>
>                 Key: ASTERISK-25307
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25307
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/General
>    Affects Versions: 11.4.0
>         Environment: CentOS 6.6, 64 bit
>            Reporter: David Cunningham
>            Assignee: Rusty Newton
>         Attachments: hangup1.txt.gz
>
>
> We have the following scenario:
> 1. Call comes in to [from-internal] context in Asterisk, FastAGI is called.
> 2. While AGI is processing call the caller hangs up. In Asterisk trace we see the CANCEL and a HANGUP received on the channel.
> 3. AGI implements a hunt group by doing Dial() on multiple Local channels, one for each destination.
> 4. Asterisk calls FastAGI for each hunt group destination.
> 5. AGI for each destination does a Dial() to a SIP destination to call telephone.
> 6. Telephones all ring.
> 7. When one telephone answers it's call immediately drops, and the other telephones stop ringing.
> Our question is why the Dial() at step 3, or even at step 5, does not immediately exit (presumably with a DIALSTATUS of CANCEL).
> We do try to detect the hangup within the AGI and exit before doing the Dial(), but however close we get it there's always a chance of a CANCEL being received between our check and the Dial(). But why does the Dial() run instead of immediately exiting?
> Thank you.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list