<div>Hi!</div><div> </div><div>I read the documentation and searched through the archives but I couldn&#39;t find an answer to this question.  I apologize if I missed something.</div><div> </div><div>I&#39;m working on writing a module using Kamailio 3.3.  While processing an INVITE I use t_reply_with_body () and send a 180 (Ringing) response, t_suspend () the transaction, process a PRACK and try to t_continue () but I notice the following results:</div>
<ul><li>The callback I created before t_suspend () receives a TMCB_DESTROY before the PRACK arrives</li><li>I can use t_continue () but it never returns to the calling routine</li></ul><div>I appreciate any guidance you can provide,</div>
<div>Bob</div>