Skip to content

Commit

Permalink
kamailio.cfg: added via1 sanity check in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 20, 2018
1 parent 0d14ce8 commit c4ce16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kamailio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ route[REQINIT] {
exit;
}

if(!sanity_check("1511", "7")) {
if(!sanity_check("17895", "7")) {
xlog("Malformed SIP message from $si:$sp\n");
exit;
}
Expand Down

0 comments on commit c4ce16f

Please sign in to comment.