]> 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)
committerAlexei Gradinari <alex2grad@gmail.com>
Thu, 20 Jun 2024 18:34:27 +0000 (18:34 +0000)
commitdcdda4688e4d6d879021a92f14320bab0f726f00
tree78ad1cc9166a8e13825d266af82b0f6cf84b877b
parent5068cc814ffc14bdad39e6ecdbfeae92c7b797bf
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.
main/pbx.c