I am trying to drop a 302 redirect response from a invite and branch a new invite off somewhere else. In my onreply_route[1] I have a
if (condition) { xlog(various stuff); drop(); }
Using ngrep I see that the response is not drop. Can I have some confirmation that drop only drops 1XX provisional responses. The documentations is a bit fuzzy about this.