<div dir="ltr">Hi List,<div>If I use a block like:</div><div><br></div><div>if(is_method("invite") && !has_totags()) {</div><div>    if(xxxx) send_reply(402, "more money");</div><div>    ......</div><div>}</div><div><br></div><div>Then if an invite is received and xxxx is true, a 402 is sent, and then an ACK is received in response to 402, which has a to_tag too.</div><div>This ACK strangely matches both method=invite and !has_totags... and therefore we (incorrectly) send another 402 in response to ACK.</div><div>Is this normal behaviour? or is this happening because I'm doing something wrong like I need to send 100 Trying and then 402?</div><div><br></div><div>Thank you!</div></div>