Browse Source

Merge pull request #48 from 2600hz/block-user-agents-4_1

Adding some recent UAs to the block list
4.1 4.1.30
bitbashing 8 years ago
committed by GitHub
parent
commit
3977100742
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

@ -390,6 +390,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