|
@@ -562,12 +562,12 @@ route[REQINIT] {
|
|
|
exit;
|
|
|
}
|
|
|
}
|
|
|
- if($ua =~ "friendly-scanner|sipcli") {
|
|
|
+#!endif
|
|
|
+ if($ua =~ "friendly-scanner|sipcli|VaxSIPUserAgent") {
|
|
|
# silent drop for scanners - uncomment next line if want to reply
|
|
|
# sl_send_reply("200", "OK");
|
|
|
exit;
|
|
|
}
|
|
|
-#!endif
|
|
|
|
|
|
if (!mf_process_maxfwd_header("10")) {
|
|
|
sl_send_reply("483","Too Many Hops");
|