]> 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)
committerMichael Bradeen <mbradeen@sangoma.com>
Mon, 13 Mar 2023 20:51:04 +0000 (14:51 -0600)
commit1a649af1b1cd3d0a02a425f011b1f091d8603cbe
treeb90dd283e39361299cfd387e8b6102bf66116f2a
parent7952316bf1dbba570d8ce1f45f1d6a6273f23b47
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