Module: kamailio
Branch: master
Commit: 8a8fcc25a2e8faa8ef4d7b69207ac66fabc22827
URL:
https://github.com/kamailio/kamailio/commit/8a8fcc25a2e8faa8ef4d7b69207ac66…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-09-13T10:01:52+02:00
modules: readme files regenerated - sanity ... [skip ci]
---
Modified: src/modules/sanity/README
---
Diff:
https://github.com/kamailio/kamailio/commit/8a8fcc25a2e8faa8ef4d7b69207ac66…
Patch:
https://github.com/kamailio/kamailio/commit/8a8fcc25a2e8faa8ef4d7b69207ac66…
---
diff --git a/src/modules/sanity/README b/src/modules/sanity/README
index 588f53deae..027725f150 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