Hi, how may I catch the reply of an invite? I did this but it seems is not working:<div><br></div><div><div> if (method==&quot;INVITE&quot;) {</div><div>                                $avp(sdp_ret) = fix_nated_sdp(&quot;11&quot;);</div>
<div>                                xlog(&quot;L_ALERT&quot;,&quot;#####********###### SDP return: $avp(sdp_ret)\n&quot;);</div><div>                                append_hf(&quot;P-hint: sdp rewritten\r\n&quot;);</div>
<div>                                t_on_reply(&quot;REPLY_TWO&quot;);</div><div>}</div></div><div><br></div><div>onreply_route(&quot;REPLY_TWO&quot;) {</div><div>                                xlog(&quot;L_ALERT&quot;,&quot;ALERT: ################  $rU - $rm from $fu (IP:$si:$sp--------$di)\n&quot;);</div>
<div><br></div><div>                                return;</div><div>}</div><div><br></div><div><br></div><div>Any help will be appreciate it, thanks in advance.</div><div><br></div><div>Lucas </div>