Presence

Last modified by Buildbot on 2021/07/06 04:38

 Documentation based on repostory git version commit 2.0.5-1-g34967b83 

Module Presence

This module transfers SIP presence messages, like subscribe/notify/publish to a presence 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' || request.method-name == 'NOTIFY' || request.method-name == 'SUBSCRIBE')BooleanExpr
presence-server

A SIP URI where to send all presence related requests.

 sip:127.0.0.1:5065;transport=tcpString
only-list-subscription

If true, only manage list subscription.

 falseBooleanExpr
check-domain-in-presence-results

When 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