]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx.c: expand fields width of "core show hints"
authorAlexei Gradinari <alex2grad@gmail.com>
Thu, 13 Jun 2024 16:09:08 +0000 (12:09 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 11 Jul 2024 13:22:44 +0000 (13:22 +0000)
commit0831692f181f7e07e5fcf359f2b767b3509119f9
tree046bd632cd6e61651b78db3c237a63be0e849813
parentd3f48d67a9267b738eb2d9bc94ad0708cb5bf3b5
pbx.c: expand fields width of "core show hints"

The current width for "extension" is 20 and "device state id" is 20, which is too small.
The "extension" field contains "ext"@"context", so 20 characters is not enough.
The "device state id" field, for example for Queue pause state contains Queue:"queue_name"_pause_PSJIP/"endpoint", so the 20 characters is not enough.

Increase the width of "extension" field to 30 characters and the width of the "device state id" field to 60 characters.

Resolves: #770

UserNote: The fields width of "core show hints" were increased.
The width of "extension" field to 30 characters and
the width of the "device state id" field to 60 characters.

(cherry picked from commit 75b550c8e1c938516ed7495e0a162f4e675231e0)
main/pbx.c