I am not 100% sure I fully understand my issue, but I think I&#39;m on the right track.  I have a situation where Asterisk will drop calls a few seconds after they are set up.  What I believe is happening:<br><br>a=asterisk<br>
k=kamailio<br><br>k --&gt; INVITE --&gt; a<br>a --&gt; 100 TRYING --&gt; k<br>a --&gt; 183 RINGING --&gt; k<br>a --&gt; 200 OK --&gt; k<br>k --&gt; ACK --&gt;a (this packet is never received by asterisk)<br>a --&gt; 200 OK (retransmit) --&gt;k<br>
a --&gt; 200 OK (retransmit) --&gt;k<br>a --&gt; 200 OK (retransmit) --&gt;k<br>a --&gt; no response to critical packet - terminating call<br><br><br>It doesn&#39;t appear that Kamailio is retransmitting the ACK.  I would think that would be part of the TM module, but perhaps I am not using it properly.  Is this possible or is there something else going on?<br>
<br>Thanks.<br><br>