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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
kamailio/default.cfg
|
|
|
@ -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; |
|
|
|
|