Presence
Documentation based on repostory git version commit 2.7.0-alpha-59-g8e95ef31
Module Presence
This module transfers SIP presence messages, like subscribe/notify/publish to a presence server.
----
Configuration options:
| Name | Description | Default Value | Default Unit | Type |
|---|---|---|---|---|
| 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 |