Hi all,<br><br>Can I ask 2 questions about codec negotiation:<br><br>1. Is it possible Freeswitch to work negotiate codecs between two phones as it is described below.<br>INVITE
from A with some codecs in SDP ---&gt; Freeswitch rewrites codec
preference according absolute_codec_string but exclude all codecs not
offered by A ----&gt; INVITE to B with rewrited SDP.<br>
<br>example:<br>from A SDP:PCMA,PCMU,SPEEX&nbsp; ----&gt; absolute_codec_string=G722,<div id=":ui" class="ArwC7c ckChnd">PCMU,PCMA,GSM&nbsp; ----&gt; to B SDP: PCMU,PCMA<br><br>2.
Can I get codec list in INVITE with mod_perl for example or via
xml_curl without processing SDP variable (switch_r_sdp). It will be
useful to be in format that absolute_codec_string variable takes.<br>
<br>Thanks</div>