cli: increase channel column width

For 'core show channels', the Channel name field is increased
to 64 characters and the Location name field is increased to
32 characters.

For 'core show channels verbose', the Channel name field is
increased to 80 characters, the Context is increased to 24
characters and the Extension is increased to 24 characters.

ASTERISK-30455

Change-Id: Ibec3742ce360ffc93bc56e9984c2a21dabc4d5e1
(cherry picked from commit f102e81d0f)
This commit is contained in:
Mike Bradeen
2023-03-06 13:52:18 -07:00
committed by Asterisk Development Team
parent ec3add3c44
commit 20b0cfca39
2 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
Subject: cli
Subject: core
This change increases the display width on 'core show channels'
amd 'core show channels verbose'
For 'core show channels', the Channel name field is increased to
64 characters and the Location name field is increased to 32
characters.
For 'core show channels verbose', the Channel name field is
increased to 80 characters, the Context is increased to 24
characters and the Extension is increased to 24 characters.