]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: increase channel column width
authorMike Bradeen <mbradeen@sangoma.com>
Mon, 6 Mar 2023 20:52:18 +0000 (13:52 -0700)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 16 Mar 2023 15:15:08 +0000 (10:15 -0500)
commitf102e81d0faf32120df816d5d7a510a1a416ac30
treef2ad165212678e06ca8dcd9b83c9ec4c778f1366
parentbcf0ffd2789c414001f56003292ebd8703b1ae72
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
doc/CHANGES-staging/cli_channel_display_length_increase.txt [new file with mode: 0644]
main/cli.c