[asterisk-bugs] [JIRA] (ASTERISK-26360) app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Sep 12 11:57:02 CDT 2016
Richard Mudgett created ASTERISK-26360:
------------------------------------------
Summary: app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs.
Key: ASTERISK-26360
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26360
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_queue
Affects Versions: 13.11.2, 11.23.1
Reporter: Richard Mudgett
When the queue members and interfaces have very long names, the output of the CLI "queue show" command generates "failed to extend from 240 to 327" messages. As you can see in the output, the lines are also truncated because the generated output line is too large to fit into the string buffer.
{noformat}
sip*CLI> queue show cvikbubohirndceiaetsq
cvikbubohirndceiaetsq has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s
Members:
cvikbubohirndceiaets012 (Local/cvikbubohirndceiaets012 at ExternalCallFromQueue from Local/cvikbubohirndceiaets012 at ExternalCallFromQueue) (ringinuse disabled) (realtime) (Not in use) has taken no
cvikbubohirndceiaets248 (Local/cvikbubohirndceiaets248 at ExternalCallFromQueue from Local/cvikbubohirndceiaets248 at ExternalCallFromQueue) (ringinuse disabled) (realtime) (Not in use) has taken no
cvikbubohirndceiaets428 (Local/cvikbubohirndceiaets428 at ExternalCallFromQueue from Local/cvikbubohirndceiaets428 at ExternalCallFromQueue) (ringinuse disabled) (realtime) (Not in use) has taken no
cvikbubohirndceiaets461 (Local/cvikbubohirndceiaets461 at ExternalCallFromQueue from Local/cvikbubohirndceiaets461 at ExternalCallFromQueue) (ringinuse disabled) (realtime) (Not in use) has taken no
cvikbubohirndceiaets629 (Local/cvikbubohirndceiaets629 at ExternalCallFromQueue from Local/cvikbubohirndceiaets629 at ExternalCallFromQueue) (ringinuse disabled) (realtime) (Not in use) has taken no
No Callers
failed to extend from 240 to 327
failed to extend from 240 to 327
failed to extend from 240 to 327
failed to extend from 240 to 327
failed to extend from 240 to 327
{noformat}
The original reporter did not have this problem in v1.8 because several fields were added to the output line but the output string buffer was not increased to match.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list