Presence

Last modified by Buildbot on 2024/04/25 01:13

 Documentation based on repostory git version commit 2.4.0-alpha-163-g766e8a2f 

Module Presence

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

Configuration options:

NameDescriptionDefault ValueDefault UnitType
enabled

Indicate whether the module is activated.

 false Boolean
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'). You can consult the full filter documentation here : https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/Configuration/Filter%20syntax/

 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=tcp String
only-list-subscription

If true, only manage list subscription.

 false BooleanExpr
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.

 false Boolean