SanityChecker

Last modified by Buildbot on 2020/10/14 13:59

 Documentation based on repostory git version commit 2.0.1 

Module SanityChecker

The SanitChecker module checks that required fields of a SIP message are present to avoid unecessary checking while processing message further.
If the message doesn't meet these sanity check criterias, then it is stopped and bad request response is sent.
----

Configuration options:

NameDescriptionDefault ValueType
enabledIndicate whether the module is activated. trueBoolean
filterA request/response enters module if the boolean filter evaluates to true. Ex: from.uri.domain contains 'sip.linphone.org', from.uri.domain in 'a.org b.org c.org', (to.uri.domain in 'a.org b.org c.org') && (user-agent == 'Linphone v2') BooleanExpr