]> 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:14:46 +0000 (10:14 -0500)
commit405211eff757c4e91477d4f6cc6727d3e81057ae
treeea0b4bcd3258400d1bbd5869550f6a2746ac475f
parent3fd0b65bae4b1b14434737ffcf0da4aa9ff717f6
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