]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Fix CLI "queue show" and AMI Queues action output truncation. 83/3883/1
authorRichard Mudgett <rmudgett@digium.com>
Mon, 12 Sep 2016 17:25:54 +0000 (12:25 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 12 Sep 2016 17:26:59 +0000 (12:26 -0500)
commitd910a51b33f1c6ac492e6aab9e9ce9c4df05ae99
tree3d0642285f72d4570ba736d43444645cf006bfde
parent236761a5b2efc54a5baa32febdaa869a669c7ce7
app_queue: Fix CLI "queue show" and AMI Queues action output truncation.

The output of CLI "queue show" and AMI Queues action is truncated and
"failed to extend from 240 to 327" messages are generated if the queue
member and interface names are lengthy.

* Increase the string buffer size from 240 to 512 in order to accommodate
for more information fields added to the output since v1.8.

ASTERISK-26360 #close
Reported by: Richard Mudgett

Change-Id: Id99c03cf5362453b80491a4b3b0434cb67aa966d
apps/app_queue.c