<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jun 20, 2013 at 6:55 PM, Gopalakrishnan N <span dir="ltr"><<a href="mailto:gopalakrishnan.an@gmail.com" target="_blank">gopalakrishnan.an@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">What happens when we increase the queue frame size in channels.c<div><br></div><div>if ((queued_frames + new_frames > 128 || queued_voice_frames + new_voice_frames > 96)) {<br>
</div><div><br></div><div>
Be default it is 128 and 96 if i increase it to 256 and 192 what will happen? will it impact to default behavior?</div></div></blockquote><div> </div>It looks like you are getting the "Exceptionally long queue length" warning message. The<br>
change you mention will just increase the allowed size of the queue. Doing that won't really<br>help much as it will just delay getting the message. That warning message means Asterisk<br>is falling behind in processing frames on the channel.<br>
<br>Richard<br></div></div></div>