[asterisk-users] Asterisk Queue Frame

2013-06-20 Thread Gopalakrishnan N
What happens when we increase the queue frame size in channels.c if ((queued_frames + new_frames 128 || queued_voice_frames + new_voice_frames 96)) { Be default it is 128 and 96 if i increase it to 256 and 192 what will happen? will it impact to default behavior? Regards, Gopal. --

Re: [asterisk-users] Asterisk Queue Frame

2013-06-20 Thread Richard Mudgett
On Thu, Jun 20, 2013 at 6:55 PM, Gopalakrishnan N gopalakrishnan...@gmail.com wrote: What happens when we increase the queue frame size in channels.c if ((queued_frames + new_frames 128 || queued_voice_frames + new_voice_frames 96)) { Be default it is 128 and 96 if i increase it to 256

Re: [asterisk-users] Asterisk Queue Frame

2013-06-20 Thread Gopalakrishnan N
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... Is there any way for optimization? On Fri, Jun 21, 2013 at 5:57 AM, Richard Mudgett