[Home]

Summary:ASTERISK-06379: [patch] add "pri show spans" CLI command
Reporter:Edwin Groothuis (mavetju)Labels:
Date Opened:2006-02-20 17:39:58.000-0600Date Closed:2006-02-20 22:41:57.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch-channels::chan_zap.c-2
Description:There is no way to get a quick overview of the status of all PRI channels.
Of course you can do "pri show span" several times, but that is too work intensive when you're under stress of trying to figure out what is wrong.

*CLI> pri show spans
PRI span 1/0: Provisioned, In Alarm, Down, Active
PRI span 1/1: In Alarm, Down, Standby
PRI span 1/2: In Alarm, Down, Standby
PRI span 2/0: Provisioned, Up, Active
PRI span 3/0: Provisioned, In Alarm, Down, Active
PRI span 4/0: Provisioned, In Alarm, Down, Active
PRI span 5/0: Provisioned, In Alarm, Down, Active
PRI span 6/0: Provisioned, Up, Active
PRI span 7/0: Provisioned, In Alarm, Down, Active
PRI span 8/0: Provisioned, In Alarm, Down, Active

(this is the output of a test box)
Comments:By: Edwin Groothuis (mavetju) 2006-02-20 18:45:20.000-0600

Please delete the first file (1714 bytes), since it has an invalid span-1 in it.

By: Tilghman Lesher (tilghman) 2006-02-20 22:41:57.000-0600

Committed to trunk