<div dir="ltr">Hey all, back again<div><br></div><div>Is there any option in FS to either:</div><div><ul><li>Keep inherit_codec working after the first invite</li><li>Try to reduce codec changes by attempting to use the existing codec on a re-invite</li></ul></div><div>Unless I&#39;m missing something, FS seems to ignore both the current codec being used, and the inherit_codec setting on re-invites, so it defaults to essentially restarting codec negotiation. Ideally I could have it set to preserve inherit_codec if the call is still bridged (i.e. try to negotiate the B-leg&#39;s codec onto the A-leg if it&#39;s supported by the A-leg&#39;s new SDP). Consider the following call:</div><div><br></div><div>INVITE (this is good and what I&#39;d expect):</div><div>A --- (opus, PCMU) ---&gt; FS --- (opus, PCMU) ---&gt; B</div><div>A &lt;-- (PCMU) --- FS &lt;--- (PCMU) --- B</div><div><br></div><div>Later Re-INVITE:</div><div><br></div><div><div>A --- (opus, PCMU) ---&gt; FS</div><div>A &lt;-- (opus) --- FS</div></div><div><br></div><div>Ideally, I could get something like:</div><div><br></div><div><div>Later Re-INVITE:</div><div><br></div><div><div>A --- (opus, PCMU) ---&gt; FS (checks codec used on B-leg of call, if inherit_codec=true)</div><div>A &lt;-- (PCMU) --- FS</div></div></div><div><br></div><div>Thanks in advance,</div><div>Colin</div></div>