No need to worry about "L16" codec - that's talking about signed linear 16 bit audio, i.e. uncompressed, raw audio. If you're talking directly to FreeSWITCH, for example when you call voicemail or call an IVR, then the FreeSWITCH side will definitely be "L16". However, if you are connecting through to another device, like another telephone, then you'll see codec negotiation.<br>
<br>Remember: when audio passes through FreeSWITCH it always gets decoded (unless you're using proxy media, but don't do that) and re-encoded, so you'll always see references to L16 which is the "decoded" audio. The primary reason for decoding everything is that FreeSWITCH can then do fun stuff like eavesdropping, mixing audio, conference calls, etc. You can't (easily) mix encoded audio.<br>
<br>So... your issue is most likely not with a codec mismatch but rather timing on the VM. I'll defer to those who know more about VMs and such.<br><br>-MC<br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 9:23 AM, Bzzz <span dir="ltr"><<a href="mailto:lazyvirus@gmx.com">lazyvirus@gmx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">FS last git<br>
fusionpbx<br>
===========<br>
<br>
Hi list,<br>
<br>
I'm testing FS w/ twinkle, put iLBC as first CODEC and don't follow<br>
far end CODEC preference. All extensions have proxy_media set.<br>
<br>
When I call the VM (*97) I get a very choppy audio.<br>
<br>
FS log says: [DEBUG] switch_ivr_play_say.c:1306 Codec Activated L16@8000hz 1 channels 30ms<br>
when twinkle says: ilbc<br>
<br>
I guess that the source of my problem, but how can I change that for<br>
FS to switch to iLBC? (I already modified CODECs names & orders into<br>
conf/vars.xml to set iLBX@30i first, and twinkle is also set to 30ms)<br>
<br>
Jean-Yves<br>
--<br>
Question authority.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>