[Home]

Summary:ASTERISK-25047: Call remaining in "core show channels" after hangup
Reporter:Scott Griepentrog (sgriepentrog)Labels:
Date Opened:2015-05-01 13:11:46Date Closed:2015-05-12 14:13:11
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Channels Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using git branch 13, I'm seeing a call stuck in the output of "core show channels" after hangup.

Sequence to recreate:
* Compiled and installed branch 13 ec0f80b6e8d5f6952bdf48e8f19a024ebc64840e
* Started asterisk normally
* Make a call from one extension ton another (200=>201)
* Hangup 200 to cancel call (doesn't matter if answered then hungup)

Output of "core show channels":
{noformat}
Channel              Location             State   Application(Data)            
Local/201@from-inter (None)               Ring    Dial(PJSIP/201/sip:201@10.24.2
PJSIP/200-00000000   (None)               Ring    Dial(PJSIP/201/sip:201@10.24.2
0 active channels
0 active calls
2 calls processed
{noformat}
Comments:By: Rusty Newton (rnewton) 2015-05-01 17:35:45.804-0500

Well that is no fun.


By: Malcolm Davenport (mdavenport) 2015-05-12 14:13:11.428-0500

already addressed, and was done so by
https://gerrit.asterisk.org/#/c/358/
and its friends.