← Volver al índice de módulos

presence_mwi

The module does specific handling for notify-subscribe message-summary (message waiting indication) events as specified in RFC 3842. It is used with the general event handling module, presence.
💬 Presencia y Mensajería Kamailio 6.1 2 parámetros

Descripción general

The module does specific handling for notify-subscribe message-summary (message waiting indication) events as specified in RFC 3842. It is used with the general event handling module, presence. It constructs and adds message-summary event to it. The module does not currently implement any authorization rules. It assumes that publish requests are only issued by a voicemail application and subscribe requests only by the owner of voicemail box. Authorization can thus be easily done by Kamailio configuration file before calling handle_publish() and handle_subscribe() functions. The module implements a simple check of content type “application/simple-message-summary:” Content must start with “Messages-Waiting” status line followed by zero or more lines that consist of tabs and printable ASCII characters.

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

Parámetros de configuración

ParámetroTipoDescripción
default_expires int 3.1. default_expires (int)
default_expires int The default expires value used when missing from SUBSCRIBE message (in seconds).

Autores y contribuidores

Juha Heinanen <jh@tutpro.com>

Copyright © 2007 Juha Heinanen

Módulos relacionados

dialog msilo presence presence_dialoginfo presence_profile presence_reginfo presence_xml pua