Browse Source

Added block rule for PortSIP VoIP SDK user agents

drop_requests
Sergey Safarov 8 years ago
committed by lazedo
parent
commit
6a27ddb197
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

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


Loading…
Cancel
Save