SanityChecker

Last modified by Buildbot on 2021/08/10 04:38

 Documentation based on repostory git version commit 2.0.8 

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
enabled

Indicate whether the module is activated.

 trueBoolean
filter

A 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