Browse Source

Merge pull request #49 from 2600hz/block-more-user-agents

Adding some recent User-Agents to the block list
drop_requests
bitbashing 8 years ago
committed by GitHub
parent
commit
61d7f2ac01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kamailio/default.cfg

+ 2
- 0
kamailio/default.cfg View File

@ -391,6 +391,8 @@ route[SANITY_CHECK]
if ($ua == "friendly-scanner" ||
$ua == "sundayddr" ||
$ua == "pplsip" ||
$ua =~ "NiceGuy" ||
$ua =~ "sipcli" ) {
xlog("L_WARN", "$ci|end|dropping message with user-agent $ua from $si:$sp\n");
exit;


Loading…
Cancel
Save