[asterisk-bugs] [JIRA] (ASTERISK-19425) Calls not released after BYE

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Aug 28 20:57:29 CDT 2014


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

Matt Jordan commented on ASTERISK-19425:
----------------------------------------

This issue is closed, as the patch that was attached to this issue has been merged. If you are still seeing this problem, it is a different bug.

That being said, if the channels *do* eventually clean themselves up once your AGI has properly exited, then there isn't a bug here. Having your AGI hold onto the channel for an extended period of time in the {{h}} extension will cause {{chan_sip}} to eventually complain that things are sticking around longer than it wants.

If, on the other hand, you have channels that are never being destroyed in Asterisk (which can be verified by running "core show channels"), then please open a new issue. Attach:
# Your sip.conf
# A full DEBUG log showing with 'sip set debug on' enabled that shows a call flow that reproduces the problem
# Step by step instructions for reproducing the problem
# The relevant portion of the dialplan

> Calls not released after BYE
> ----------------------------
>
>                 Key: ASTERISK-19425
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19425
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 1.8.7.2
>         Environment: Ubuntu 8.04.4 LTS
>            Reporter: David Cunningham
>         Attachments: ASTERISK-19425.patch, full-2012-02-23.gz
>
>
> We have systems on various releases of Asterisk 1.8 which do not release calls properly after a BYE. That is, Asterisk receives a BYE from the other party. It sends an ACK. Then quite a bit later if you do "sip show channels" the call is still listed with a "Last Message" of "Rx: BYE" - example below.
> What information do you need to investigate please? We have an Asterisk log with "sip set debug on" for such a call.
> Thanks.
> Peer             User/ANR         Call ID          Format           Hold     Last Message    Expiry     Peer      
> 12.34.56.78      1234567898       613977632-0-308  0x0 (nothing)    No       Rx: BYE                    12.34.56



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



More information about the asterisk-bugs mailing list