<div dir="ltr">Hi.<div>Is there a possibility in Freeswitch to update the SDP of a pre-answered call by SIP UPDATE message?</div><div>Call flow is as following:</div><div>1. FS responds to A-party with 183/SDP (SDP IP==FS IP) and performs some checks  in preanswer mode

</div><div>2. If checks on step 1 passed ok, FS initiates a call to B-party, receives from B-party 183/SDP 

(SDP IP = MGW_B)

and sends to A-party 183/SDP with same new SDP IP = MGW_B, so doing change of SDP parameter in the same transaction. </div><div><br></div><div>That scenario executes with below commands (need in media travel directly between parties after the bridge)</div>session:execute("set","bypass_media=true")<br>second_session = session:execute("bridge",BridgeStr); <br><br>The question: is there a parameter which allows during the bridge to update SDP by SIP UPDATE, instead of changing  SDP using provisional responses? A-party switch does not accept such SDP change and thus there is a problem with audio after the bridge.<div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">--<br><a href="http://obelousov.tel" target="_blank">obelousov.tel</a></div></div></div></div>