]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Fix CLI "queue show" and AMI Queues action output truncation. 81/3881/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:25:54 +0000 (12:25 -0500)
commitb1b406cb12ece5ac9435a6b9e15abb1230b7debf
tree9e0be000e1854d41f65233d117826a2e2eb437fe
parent7be40a2091b13d467007b551e52f4dcfda52c2c9
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