]> git.ipfire.org Git - thirdparty/asterisk.git/commit
IAX2 "Ghost" Channels
authorDavid Vossel <dvossel@digium.com>
Thu, 14 May 2009 22:59:43 +0000 (22:59 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 14 May 2009 22:59:43 +0000 (22:59 +0000)
commit616674ae680960c00319f9b6315c5997471d0698
tree1719b9a71018ea255922880a568f2cf23c2143c5
parent9a14ec91a70bf79b3911fe20b48adbaec6fdd9e1
IAX2 "Ghost" Channels

There is a bug tracker issue where people are reporting "Ghost" channels in their 'iax2 show channels' output.  The confusion is caused by channels being listed as "(NONE)" with format "unknown".  These are not channels of coarse.  They are usually just pending registration or poke requests, but it is confusing output.  To help make sense of this I have added two columns to 'iax2 show channels'.  One shows the first message which started the transaction, and the second shows the last message sent by either side of the call.  This helps diagnose why the entry exists and why it may not go away.

(closes issue #14207)
Reported by: clive18

Review: https://reviewboard.asterisk.org/r/246/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@194557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c
channels/iax2-parser.c
channels/iax2-parser.h