]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_iax2: Fix spacing in netstats command
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Feb 2022 00:36:17 +0000 (00:36 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 28 Mar 2022 19:07:58 +0000 (14:07 -0500)
commitd9e55250ddd47bad36252ccd27c007cc5ec929f6
treef36cc627d0baa99db8c0acdc78bd01b387112165
parenta893fdd90110562cbe31428909d0043a1699a802
chan_iax2: Fix spacing in netstats command

The iax2 show netstats command previously didn't contain
enough spacing in the header to properly align the table
header with the table body. This caused column headers
to not align with the values on longer channel names.

Some spacing is added to account for the longest channel
names that display (before truncation occurs) so that
columns are always properly aligned.

ASTERISK-29895 #close
patches:
  61205_misaligned2.patch submitted by Birger Harzenetter (license 5870)

Change-Id: I450ce6bb81157b9d6d149007e53b749f237b6d9f
channels/chan_iax2.c