[Home]

Summary:ASTERISK-05068: [PATCH] [post 1.2] allow pri show span to show more spans
Reporter:Roy Sigurd Karlsbakk (rkarlsba)Labels:
Date Opened:2005-09-13 04:51:08Date Closed:2011-06-07 14:03:01
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pri_show_spans.patch
Description:allow "pri show span 1 2 3 4 ..."
Comments:By: Clod Patry (junky) 2005-09-13 18:41:36

You can already debug multiple spans.
example:
gate2*CLI> pri debug span 1
Enabled debugging on span 1
gate2*CLI> pri debug span 3
Enabled debugging on span 3
that would debug span 1 and 3.
Proof: if you pri no debug span 3, you're still getting pri debug from your span 1.

Plus your patch does nothing about pri intense debug span x.

By: Tilghman Lesher (tilghman) 2005-09-13 18:47:41

junky:  this is about showing whether spans are up or not, not debugging them.

By: Tilghman Lesher (tilghman) 2005-09-13 18:52:34

rkarlsba:  why set up an alternate command, "pri show spans", which shows all the information in a table format, similar to the table shown by "sip show peers" or "iax show peers" ?

Then you can leave "pri show span <n>" to delivering more specific information about one particular span.

By: Michael Jerris (mikej) 2005-12-01 13:47:28.000-0600

Can we please get an updated patch for this for current svn trunk including the recommended changes?  Thanks.

By: Roy Sigurd Karlsbakk (rkarlsba) 2005-12-23 16:12:40.000-0600

i'll do that in a few days.
at this time of year, i prefer spending the days drinking ale or mead and eating large amounts of food :)

By: Tilghman Lesher (tilghman) 2006-01-05 16:30:18.000-0600

Suspended due to lack of updates.  Reopen when you have a new patch to upload.