StatisticsCollector

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

 Documentation based on repostory git version commit 2.0.7-2-ga93725b0 

Module StatisticsCollector

The purpose of the StatisticsCollector module is to collect call statistics (RFC 6035) and store them on the server.
----

Configuration options:

NameDescriptionDefault ValueType
enabled

Indicate whether the module is activated.

 falseBoolean
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')

 is_request && request.method-name == 'PUBLISH'BooleanExpr
collector-address

SIP URI of the statistics collector. Note that application/vq-rtcpxr messages for this address will be deleted by this module and thus not be delivered.

 String