Talk:Codec Negotiation
From FreeSWITCH Wiki
Revision as of 21:43, 14 January 2011 by Diego.viola (Talk | contribs)
19:43 <@anthm> disable_transcoding=true (only applicable when late-negotiation is off) will take the negotiated codec from leg A and offer it as the only option in leg B (ignoring any other codec settings) if the B leg cannot use that same codec the call will fail 19:44 <@anthm> inherit_codec=true (only applicable when late-negotiation is enabled) will take the codec negotiated when the B leg answers and pass it to the A leg so it also uses the same codec (if the A leg supports it) otherwise it will use whatever it can from its own list

