← Volver al índice de módulos

presence_reginfo

The module enables the handling of "Event: reg" (as defined in RFC 3680) inside of the presence module. This can be used distribute the registration-info status to the subscribed watchers.
💬 Presencia y Mensajería Kamailio 6.1 4 parámetros

Descripción general

The module enables the handling of "Event: reg" (as defined in RFC 3680) inside of the presence module. This can be used distribute the registration-info status to the subscribed watchers. The module does not currently implement any authorization rules. It assumes that publish requests are only issued by an authorized application and subscribe requests only by authorized users. Authorization can thus be easily done in Kamailio configuration file before calling handle_publish() and handle_subscribe() functions. Note: This module only activates the processing of the "reg" in the presence module. To send dialog-info to watchers you also need a source which PUBLISH the reg info to the presence module. For example you can use the pua_reginfo module or any external component. This approach allows to have the presence server and the reg-info aware publisher (e.g. the main proxy) on different Kamailio instances.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/presence_reginfo.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/presence_reginfo

Parámetros de configuración

ParámetroTipoDescripción
default_expires int 3.2. aggregate_presentities (int)
aggregate_presentities int 3.1. default_expires (int)
default_expires int The default expires value used when missing from SUBSCRIBE message (in seconds).
aggregate_presentities int Whether to aggregate in a single notify body all registration presentities. Useful to have all registrations on first NOTIFY following initial SUBSCRIBE.

Autores y contribuidores

Carsten Bock <carsten@ng-voice.com>

Copyright © 2011 Carsten Bock, carsten@ng-voice.com,

Módulos relacionados

dialog msilo presence presence_dialoginfo presence_mwi presence_profile presence_xml pua