<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1465309699281_4113" dir="ltr">I have built a mod_ that handles media, therefore FS run in bypass_media mode. In my mod_ I am able to capture the incoming remote sdp (in the INVITE) and pass it to my media end point. The sdp set by my media end point is published in my mod_ (I see this in my FS logs), but I am unable to set it to FS API using switch_core_media_set_local_sdp. I also see that FS is sending its own generated local sdp, even thought I have set inbound-late-negotiation to "true". Because of this, the remote party is able to hear the audio from my media end point, but my media end point does not receive media as the media is being sent to the rtp endpoint generated by FS.</div><div id="yui_3_16_0_ym19_1_1465309699281_4114"><br id="yui_3_16_0_ym19_1_1465309699281_4115"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1465309699281_4116">I am able to create a workaround and set my own sdp if I make some changes in mod_sofia.c and sofia_glue.c source, but this is not the best way to go about it I believe. Any pointers on how I can achieve this within my mod_ itself?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1465309699281_4116"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1465309699281_4116">thanks</div></div></body></html>