[asterisk-bugs] [JIRA] (ASTERISK-27740) New Channel creation from new SIP dialog with Replaces failed to be properly tracked and destroyed

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Mar 13 11:57:13 CDT 2018


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

Asterisk Team commented on ASTERISK-27740:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> New Channel creation from new SIP dialog with Replaces failed to be properly tracked and destroyed
> --------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27740
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27740
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/Transfers
>    Affects Versions: 13.19.1
>         Environment: CentOS Linux release 7.2.1511 (Core) 1cpu 2GB memory
>            Reporter: Shannon Price
>
> When an existing Channel (A) is being replaced by a new channel (C) created from a new SIP dialog, the replacing channel (C) does not get properly tracked or destroyed as a channel. The SIP dialogs are properly terminated/destroyed however channel (C) is not fully destroyed. Channel (C) has 2 file descriptors left remaining in addition to the reference in core show channels. These will continue to accumulate. 
> First call fully setup
> Channel              Location             State   Application(Data)
> SIP/voxprox-dev01-00 17732507208 at default: Up      Dial(SIP/10.1.144.4/1773250720
> SIP/10.1.144.4-00000 17732507208 at default: Up      AppDial((Outgoing Line))
> 2 active channels
> 1 active call
> 1 call processed
> New Channel create from new SIP dialog
> Channel              Location             State   Application(Data)
> SIP/c1nb2-00000002   17732507208 at default: Up      (None)
> SIP/voxprox-dev01-00 h at default:6          Up      System(/opt/asterisk/var/lib/a
> SIP/10.1.144.4-00000 17732507208 at default: Up      AppDial((Outgoing Line))
> 3 active channels
> 1 active call
> 1 call processed
> Channel replaced - doesn't show an active call anymore
> SIP/c1nb2-00000002   17732507208 at default: Up      (None)
> SIP/10.1.144.4-00000 17732507208 at default: Up      AppDial((Outgoing Line))
> 2 active channels
> 0 active calls
> 1 call processed
> Call complete, Channel left. All SIP dialogs correctly destroyed.
> Channel              Location             State   Application(Data)
> SIP/c1nb2-00000002   17732507208 at default: Up      (None)
> 0 active channels
> 0 active calls
> 1 call processed
> For each channel left in this state, a timerfd and eventfd are left.
> asterisk 2580 root   29u  a_inode                0,9        0     4852 [timerfd]
> asterisk 2580 root   30u  a_inode                0,9        0     4852 [eventfd]



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



More information about the asterisk-bugs mailing list