<div dir="ltr">On Wed, Aug 28, 2013 at 12:18 PM, Ryan Conrad <span dir="ltr"><<a href="mailto:rconrad54@gmail.com" target="_blank">rconrad54@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello everyone,<br> <br> So I have posted here before about a problem with chan_console and I have finally found out what has been throwing me off.<br>
<br>So....My question is how to change console_write from getting called every 20ms to getting called every 10ms so that the datalength of the frame buffer is 160 instead of 320.<br>
<br>Is there a setting or configuration, or is it inside of some code base where console_write is getting called in?<br><br>Russell this is mostly directed to you since you wrote chan_console.<br></div></blockquote><div>
<br></div><div>IIRC, I don't think you can control it, and it's not a chan_console specific thing. If SIP is what you have on the other end, you're probably receiving 20 ms audio packets (standard size), so that's what the frames are going through Asterisk. If that's what happening, you could certainly write code to sit in the middle and split things up and deliver every 10ms, but it would be non-trivial. </div>
<div><br></div><div>-- </div><div>Russell Bryant</div></div></div></div>