[Home]

Summary:ASTERISK-12617: [patch] Adds "skinny show debug" that provides device, line and sub info for debugging purposes.
Reporter:Damien Wedhorn (wedhorn)Labels:
Date Opened:2008-08-20 05:47:12Date Closed:2008-09-03 12:57:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_skinny/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 2008090300_bug13344_showlinesverbose.diff
( 1) showdebug.diff
Description:As per summary. Type in "skinny show debug" at the CLI and you'll get back a summary of all devices, lines and existing subs. Layout is a bit terse, but it is for debugging.

Generally the output should be fairly self explanatory except:
- first number of a line is the instance
- an A> at the beginning of a sub indicates the activesub.

Also, includes a line at about line 4380 that fixes unholding phones after hanging up on the old phones.
Comments:By: Michiel van Baak (mvanbaak) 2008-09-03 12:42:41

new patch that adds this functionality to 'skinny show lines verbose'

Output:
asterisk*CLI> skinny show lines verbose
Device Name          Instance Name                 Label
-------------------- -------- -------------------- --------------------
livingroom                  1 6002                 Livingroom
office                      2 6001                 3d
     A> Skinny/6001@office-5 to IAX2/speakup01-4656
office                      1 6000                 VanBaak

By: Digium Subversion (svnbot) 2008-09-03 12:57:13

Repository: asterisk
Revision: 140938

U   trunk/CHANGES
U   trunk/channels/chan_skinny.c

------------------------------------------------------------------------
r140938 | mvanbaak | 2008-09-03 12:57:12 -0500 (Wed, 03 Sep 2008) | 12 lines

Added 'skinny show lines verbose'
This will print the subs and their status for every line (if any).

wedhorn did most of the work with his patch which introduced
'skinny show debug' but a discussion on IRC stated that it should be
added to 'skinny show lines'

Input on the output format by Qwell on IRC.

(closes issue ASTERISK-12617)
Reported by: wedhorn

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=140938