<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 10, 2016 at 5:18 AM, Jonas Kellens <span dir="ltr"><<a href="mailto:jonas.kellens@telenet.be" target="_blank">jonas.kellens@telenet.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"><div><div class="gmail-h5">
On 10-09-16 09:42, Jonas Kellens wrote:<br>
<blockquote type="cite">
<br>
<div>On 10-09-16 00:50, Richard Mudgett
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Sep 9, 2016 at 5:37 PM,
Jonas Kellens <span dir="ltr"><<a href="mailto:jonas.kellens@telenet.be" target="_blank">jonas.kellens@telenet.be</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"> Hello<br>
<br>
when I type on the Asterisk CLi 'queue show', I first
get a list of my queues and then the following :<br>
<br>
<br>
<font face="Helvetica, Arial, sans-serif">failed to
extend from 240 to 327<br>
</font></div>
</blockquote>
<div><br>
</div>
<div><snip> <br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF"><font face="Helvetica, Arial, sans-serif">failed to extend
from 240 to 334<br>
</font><br>
<br>
I could not find any information on this on the web,
except this : <a href="https://issues.asterisk.org/jira/browse/ASTERISK-8828" target="_blank">https://issues.asterisk.org/ji<wbr>ra/browse/ASTERISK-8828</a><br>
<br>
which is an old 'bug' that should have been fixed
meanwhile.<br>
<br>
Any more thoughts on why I should be getting this
message when asking information about queues (I don't
see this message on any other command).<br>
</div>
</blockquote>
<div><br>
</div>
<div>That message is a result of trying to build a string
where the buffer is too<br>
small to contain it. I would expect that there is a
truncated string in the<br>
'queue show' output.<br>
<br>
</div>
<div>You haven't stated which Asterisk version you are
using. It may already be fixed.<br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
Hello<br>
<br>
I have this with asterisk-certified-13.8-cert1 and also with
asterisk-certified-13.8-cert2<br>
<br>
Could it be that the membername value (and interface value) in my
realtime MySQL table queue_members is too long ??<br>
<br>
It looks like this :<br>
<br>
Local/01_<wbr>vlaebidvxcrxrheebdin354@<wbr>ExternalCallFromQueue<br>
Local/02_<wbr>vlaebidvxcrxrheebdin114@<wbr>ExternalCallFromQueue<br>
Local/03_<wbr>vlaebidvxcrxrheebdin329@<wbr>ExternalCallFromQueue<br>
<br>
I have the idea that this is the "problem".<br>
<br>
FYI : it also makes that Asterisk restarts (with core dump)
whenever a queue is addressed. Very <span><i>annoying</i></span>
!<br>
<br>
<br>
So string size too large and buffer too small.<br>
<br>
FYI : I do not have this with any version of Asterisk 1.8. This is
a "problem" that exists only in Asterisk 13.<br>
<br>
<br>
<br>
How to fix this ??<br>
<br>
</blockquote>
<br></div></div>
This is an example output for queue show <<queue>> on
Asterisk version asterisk-certified-13.8-cert2 (same on
asterisk-certified-13.8-cert1) :<br>
<br>
<br>
sip*CLI> queue show cvikbubohirndceiaetsq <br>
cvikbubohirndceiaetsq has 0 calls (max unlimited) in 'ringall'
strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within
0s<br>
Members: <br>
cvikbubohirndceiaets012
(Local/<wbr>cvikbubohirndceiaets012@<wbr>ExternalCallFromQueue from
Local/cvikbubohirndceiaets012@<wbr>ExternalCallFromQueue) (ringinuse
disabled) (realtime) (Not in use) has taken no <br>
cvikbubohirndceiaets248
(Local/<wbr>cvikbubohirndceiaets248@<wbr>ExternalCallFromQueue from
Local/cvikbubohirndceiaets248@<wbr>ExternalCallFromQueue) (ringinuse
disabled) (realtime) (Not in use) has taken no <br>
cvikbubohirndceiaets428
(Local/<wbr>cvikbubohirndceiaets428@<wbr>ExternalCallFromQueue from
Local/cvikbubohirndceiaets428@<wbr>ExternalCallFromQueue) (ringinuse
disabled) (realtime) (Not in use) has taken no <br>
cvikbubohirndceiaets461
(Local/<wbr>cvikbubohirndceiaets461@<wbr>ExternalCallFromQueue from
Local/cvikbubohirndceiaets461@<wbr>ExternalCallFromQueue) (ringinuse
disabled) (realtime) (Not in use) has taken no <br>
cvikbubohirndceiaets629
(Local/<wbr>cvikbubohirndceiaets629@<wbr>ExternalCallFromQueue from
Local/cvikbubohirndceiaets629@<wbr>ExternalCallFromQueue) (ringinuse
disabled) (realtime) (Not in use) has taken no <br>
No Callers<span class="gmail-"><br>
<br>
failed to extend from 240 to 327<br>
failed to extend from 240 to 327<br>
failed to extend from 240 to 327<br>
failed to extend from 240 to 327<br>
failed to extend from 240 to 327<br></span></div></blockquote><div><br></div><div>I have created <a href="https://issues.asterisk.org/jira/browse/ASTERISK-26360">https://issues.asterisk.org/jira/browse/ASTERISK-26360</a> to keep track of the<br></div><div>issue. I have also put a patch up on gerrit to increase the size of the buffer. Since it is<br>unlikely that you have a Digium SLA [1] concerning certified Asterisk, the fix will not make its<br>way into certified asterisk.<br><br></div><div>Richard<br></div></div><br>[1] <a href="https://www.digium.com/products/asterisk/certified-asterisk">https://www.digium.com/products/asterisk/certified-asterisk</a><br></div></div>