← Volver al índice de módulos

pua_usrloc

The pua_usrloc module is the connector between the usrloc and pua modules. With this module, you can monitor the status of SIP registrations.
💬 Presencia y Mensajería Kamailio 6.1 6 parámetros 2 funciones

Descripción general

The pua_usrloc module is the connector between the usrloc and pua modules. With this module, you can monitor the status of SIP registrations. The module sends PUBLISH requests for user location record changes, based on specific events (e.g., when a new record is added in usrloc, a PUBLISH with status open (online) is issued; when expires, it sends closed (offline)). Using this module phones which have no support for presence can be seen as online/offline.

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

Parámetros de configuración

ParámetroTipoDescripción
default_domain str 3.2. entity_prefix (str) 3.3. branch_flag (int)
entity_prefix str 3.3. branch_flag (int)
branch_flag int 3.1. default_domain (str)
default_domain str The default domain to use when constructing the presentity URI if it is missing from stored AOR in the usrloc table (in memory or database).
entity_prefix str The prefix used when constructing the entity attribute to be added to a presence node in the XML PIDF document. (ex: pres:user@domain ).
branch_flag int Which branch flag to be used to select the contact addresses for which to generate PUBLISH. Valid values are 0 to 31.

Funciones exportadas

pua_set_publish()

4.1. pua_set_publish()

pua_set_publish()

The function is used to mark REGISTER requests that have to issue a PUBLISH. The PUBLISH is issued when REGISTER is saved in location table.

Autores y contribuidores

Anca-Maria VamanuVoice Sistem SRL

Copyright © 2006 Voice Sistem SRL

Módulos relacionados

dialog msilo presence presence_dialoginfo presence_mwi presence_profile presence_reginfo presence_xml