Browse Source

Added block rule for PortSIP VoIP SDK user agents

(cherry picked from commit 6a27ddb197)
4.2 4.2.20
Sergey Safarov 8 years ago
committed by lazedo
parent
commit
efb26d6957
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

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