Presence

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

 Documentation based on repostory git version commit 2.0.1 

Module Presence

This module transfers SIP presence messages, like subscribe/notify/publish to a presence server.
----

Configuration options:

NameDescriptionDefault ValueType
enabledIndicate whether the module is activated. falseBoolean
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') is_request && (request.method-name == 'PUBLISH' || request.method-name == 'NOTIFY' || request.method-name == 'SUBSCRIBE')BooleanExpr
presence-serverA SIP URI where to send all presence related requests. sip:127.0.0.1:5065;transport=tcpString
only-list-subscriptionIf true, only manage list subscription. falseBooleanExpr
check-domain-in-presence-resultsWhen getting the list of users with phones, if this setting is enabled, it will limit the results to the ones that have the same domain. falseBoolean