Browse Source

formatting

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
772067a794
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/registrar-role.cfg

+ 1
- 1
kamailio/registrar-role.cfg View File

@ -211,7 +211,7 @@ route[HANDLE_REGISTER]
if($td =~ "[0-9]{1,3}\.[0-9]{1,3}.[0-9]{1,3}\.[0-9]{1,3}" ||
$fd =~ "[0-9]{1,3}\.[0-9]{1,3}.[0-9]{1,3}\.[0-9]{1,3}") {
xlog("L_INFO", "$ci|log|register|invalid domain\n");
update_stat("registrar:ip_realm", "+1");
update_stat("registrar:ip_realm", "+1");
drop;
}


Loading…
Cancel
Save