From 8a8fcc25a2e8faa8ef4d7b69207ac66fabc22827 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 13 Sep 2018 10:01:52 +0200 Subject: [PATCH] modules: readme files regenerated - sanity ... [skip ci] --- src/modules/sanity/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/sanity/README b/src/modules/sanity/README index 588f53deae5..027725f1501 100644 --- a/src/modules/sanity/README +++ b/src/modules/sanity/README @@ -72,10 +72,8 @@ Chapter 1. Admin Guide supported (sip[s]|tel[s]) by Kamailio * required headers - (4) -checks if the minimum set of required headers to, from, cseq, callid and via is present in the request. - * via sip version - (8) - not working because parser fails already - when another version then 2.0 is present. - * via protocol - (16) - not working because parser fails already if - an unsupported transport is present. + * via sip version - (8) - disabled. + * via protocol - (16) - disabled. * Cseq method - (32) - checks if the method from the Cseq header is equal to the request method. * Cseq value - (64) - checks if the number in the Cseq header is a @@ -99,6 +97,8 @@ Chapter 1. Admin Guide * authorization header (8192) - checks if the Authorization is valid if the scheme is "digest" (see "digest credentials" above), always returns success for other schemes. + * first via header (16384) - checks if the first Via header is + available, can be parsed and has an address value. 2. Dependencies