Hi Brian, I don&#39;t think so, I have debuged fs, If I&#39;m not wrong, following code in sofia.c send the 200ok response<br>sofia.c<br>function sofia_handle_sip_i_state ....<br>   .........<br>    switch(ss_state)<br>         ................<br>
        case nua_callstate_received:<br>             ..................... <br>             else if (tech_pvt &amp;&amp; sofia_test_flag(tech_pvt, TFLAG_SDP) &amp;&amp; !r_sdp) {<br>                  nua_respond(tech_pvt-&gt;nh, SIP_200_OK, TAG_END());<br>
                  sofia_set_flag_locked(tech_pvt, TFLAG_NOSDP_REINVITE);<br>                  goto done;<br>             }<br><br>The cause is r_sdp is null, but I don&#39;t known why tl_gets don&#39;t return remote sdp tag, it&#39;s quite strange.   <br>
<br><div class="gmail_quote">2009/12/29 Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
the 200ok is not from FS.. its from the end point... so its not us thats not putting the SDP into the 200ok but the device you&#39;re talking to because in proxy media they are passed as is.<br>
<font color="#888888"><br>
/b<br>
</font><div class="im"><br>
On Dec 29, 2009, at 8:53 AM, Lei Tang wrote:<br>
<br>
&gt; Hi Brian, thanks for your help, I am using FS in proxy media mode. the sip agent I&#39;m using is x-lite and wxCommunicator.<br>
&gt; I will test if trunk 16055 work when I set proxy media mode to false tomorrow.<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lei.Tang<br><a href="mailto:lei.tlfly@gmail.com">lei.tlfly@gmail.com</a><br>