<div dir="ltr">actually when i get the message my call volume is around 180 to 200 calls.... will that matter... and some calls being transferred to other location and some are making outbound calls, some are inbound... <div>

<br></div><div style>Is there any way for optimization?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 5:57 AM, Richard Mudgett <span dir="ltr">&lt;<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">On Thu, Jun 20, 2013 at 6:55 PM, Gopalakrishnan N <span dir="ltr">&lt;<a href="mailto:gopalakrishnan.an@gmail.com" target="_blank">gopalakrishnan.an@gmail.com</a>&gt;</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 &gt; 128 || queued_voice_frames + new_voice_frames &gt; 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></div></div>It looks like you are getting the &quot;Exceptionally long queue length&quot; warning message.  The<br>


change you mention will just increase the allowed size of the queue.  Doing that won&#39;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.<span class="HOEnZb"><font color="#888888"><br>


<br>Richard<br></font></span></div></div></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>