Hello everyone!<br>I&#39;v got strange problem with incomplete call via tcp transport. When I perform bridged call from one ua (no matter what transport udp or tcp) through FS this call&#39;s leg b message sequence (over tcp) lacks finishing SIP message what in it&#39;s turn cause the call to be disconnected by the client by timeout. Everything works fine with local calls, so I guess the problem is somewhere between UA and FS. There is no NAT and calls via udp are being established correctly. The problem is with tcp and tls as well.<br>
<br>This is the sender&#39;s ua SIP trace:<br>TX 1049 bytes Request msg INVITE/cseq=11615 (tdta0486C000) to UDP :    <br>RX 348 bytes Response msg 100/INVITE/cseq=11615 (rdata0482806C) from UDP :    <br>RX 813 bytes Response msg 407/INVITE/cseq=11615 (rdata0482806C) from UDP :    <br>
TX 346 bytes Request msg ACK/cseq=11615 (tdta0486EFD0) to UDP :    <br>TX 1324 bytes Request msg INVITE/cseq=11616 (tdta0486C000) to UDP :    <br>RX 348 bytes Response msg 100/INVITE/cseq=11616 (rdata0482806C) from UDP :    <br>
RX 1083 bytes Response msg 200/INVITE/cseq=11616 (rdata0482806C) from UDP :    <br>TX 360 bytes Request msg ACK/cseq=11616 (tdta04874E38) to UDP : <br><br>And this is the reciever&#39;s SIP trace:<br>RX 1167 bytes Request msg INVITE/cseq=122911315 (rdata04864E10) from tcp :    <br>
TX 298 bytes Response msg 100/INVITE/cseq=122911315 (tdta0486D010) to tcp :    <br>TX 801 bytes Response msg 200/INVITE/cseq=122911315 (tdta0486D010) to tcp :    ------ I guess this is where ACK is supposed to arrive<br>Retransmiting Response msg 200/INVITE/cseq=122911315 (tdta0486D010), count=0, restart?=1    <br>
TX 801 bytes Response msg 200/INVITE/cseq=122911315 (tdta0486D010) to tcp :    <br>Retransmiting Response msg 200/INVITE/cseq=122911315 (tdta0486D010), count=0, restart?=2    <br>TX 801 bytes Response msg 200/INVITE/cseq=122911315 (tdta0486D010) to tcp :    <br>
Retransmiting Response msg 200/INVITE/cseq=122911315 (tdta0486D010), count=0, restart?=3    <br>TX 801 bytes Response msg 200/INVITE/cseq=122911315 (tdta0486D010) to tcp :    <br>....<br><br>Sofia profile config:<br>&lt;param name=&quot;debug&quot; value=&quot;8&quot;/&gt;<br>
    &lt;param name=&quot;sip-trace&quot; value=&quot;yes&quot;/&gt;<br>    &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;<br>    &lt;param name=&quot;sip-port&quot; value=&quot;$${external_call_sip_port}&quot;/&gt;<br>
    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>    &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>    &lt;param name=&quot;dtmf-duration&quot; value=&quot;100&quot;/&gt;<br>    &lt;param name=&quot;codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;<br>
    &lt;param name=&quot;hold-music&quot; value=&quot;$${hold_music}&quot;/&gt;<br>    &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>    &lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt;<br>
    &lt;param name=&quot;session-timeout&quot; value=&quot;172800&quot;/&gt;<br>    &lt;param name=&quot;enable-timer&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;minimum-session-expires&quot; value=&quot;172800&quot;/&gt;<br>
    &lt;param name=&quot;pass-callee-id&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;manage-presence&quot; value=&quot;true&quot;/&gt;<br>    &lt;param name=&quot;challenge-realm&quot; value=&quot;auto_from&quot;/&gt; <br>
    &lt;param name=&quot;force-register-domain&quot; value=&quot;$${domain}&quot;/&gt;<br>    &lt;param name=&quot;send-message-query-on-register&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;aggressive-nat-detection&quot; value=&quot;true&quot;/&gt;<br>
    &lt;param name=&quot;inbound-proxy-media&quot; value=&quot;true&quot;/&gt;<br>    &lt;param name=&quot;inbound-bypass-media&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;inbound-late-negotiation&quot; value=&quot;true&quot;/&gt;<br>
    &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;generous&quot;/&gt;<br>    &lt;param name=&quot;nonce-ttl&quot; value=&quot;60&quot;/&gt;<br>    &lt;param name=&quot;auth-calls&quot; value=&quot;true&quot;/&gt;<br>
    &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;1800&quot;/&gt;<br>    &lt;param name=&quot;accept-blind-auth&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>    &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;300&quot;/&gt;<br>    &lt;param name=&quot;rtp-hold-timeout-sec&quot; value=&quot;1800&quot;/&gt;<br>
<br>    &lt;param name=&quot;tls&quot; value=&quot;$${external_ssl_enable}&quot;/&gt;<br>    &lt;param name=&quot;tls-bind-params&quot; value=&quot;transport=tls&quot;/&gt;<br>    &lt;param name=&quot;tls-sip-port&quot; value=&quot;$${external_call_tls_port}&quot;/&gt;<br>
    &lt;param name=&quot;tls-cert-dir&quot; value=&quot;$${external_ssl_dir}&quot;/&gt;<br>    &lt;param name=&quot;tls-version&quot; value=&quot;$${sip_tls_version}&quot;/&gt;<br><br>and super-smart dialplan <br>&lt;extension name=&quot;one2one&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;(.*)&quot;&gt;<br>            &lt;action application=&quot;bridge&quot; data=&quot;sofia/external_call/$1%${domain_name}&quot;/&gt;<br>        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br><br>FS 1.0.5pre5 is running on Windows Server 2007SP1 64bit.This issue first occured with 1.0.4 release.<br><br><br>Best regards, Robert<br>