diff --git a/tester/flexisip.conf b/tester/flexisip.conf index 6c0d85b29..303a1022f 100755 --- a/tester/flexisip.conf +++ b/tester/flexisip.conf @@ -513,3 +513,25 @@ enabled=true filter = (user-agent contains 'redirect') && !(request.uri.params contains 'redirected') contact= +## +## The purpose of the StatisticsCollector module is to collect call +## statistics (RFC 6035) and store them on the server. +## +[module::StatisticsCollector] +# Indicate whether the module is activated. +# Default value: false +enabled=true + +# 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') +# Default value: +filter= + +# SIP URI of the statistics collector. Note that the messages destinated +# to this address will be deleted by this module and thus not be +# delivered. +# Default value: +collector-address=sip:collector@sip.example.org +