<div dir="ltr"><div>In the following scenario:</div><div><br></div><div>vars.xml:</div><div>      &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;media_mix_inbound_outbound_codecs=true&quot;/&gt;</div><div><br></div><div>internal.xml:</div><div>    &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;G722, PCMU, PCMA, G729&quot;/&gt;<br></div><div><div>    &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;generous&quot;/&gt;</div><div>    &lt;param name=&quot;inbound-bypass-media&quot; value=&quot;false&quot;/&gt;</div><div>    &lt;param name=&quot;inbound-proxy-media&quot; value=&quot;false&quot;/&gt;<br></div><div>    &lt;param name=&quot;inbound-late-negotiation&quot; value=&quot;false&quot;/&gt;</div><div>    &lt;param name=&quot;inbound-zrtp-passthru&quot; value=&quot;false&quot;/&gt;</div></div><div><br></div><div>external.xml:<br></div><div><div>    &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;G722, PCMU, PCMA, G729&quot;/&gt;</div><div>    &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;generous&quot;/&gt;<br></div><div>    &lt;param name=&quot;inbound-late-negotiation&quot; value=&quot;false&quot;/&gt;</div><div>    &lt;param name=&quot;inbound-zrtp-passthru&quot; value=&quot;false&quot;/&gt; </div></div><div><br></div><div>...with no further modifications performed on the dialplan.</div><div><br></div><div>I expect this result:    A ---&gt; offers G729 ---&gt; FreeSWITCH ---&gt; offers ---&gt; G729, G722, PCMU, PCMA ---&gt; B</div><div><br></div><div>...but I get this result: A ---&gt; offers G729 ---&gt; FreeSWITCH ---&gt; offers ---&gt; G722, PCMU, PCMA, G729 ---&gt; B</div><div><br></div><div>I&#39;d like FreeSWITCH to offer B all the codecs from the list, but sorted accordiing to A&#39;s preference.</div><div><br></div><div>Can you help me figure out the settings?</div><div><br></div><div>Thanks,</div><div>Rogelio Perez</div><div><br></div><div><br></div><div>   </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>