You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/presence_mwi
Victor Seva 4a31eece25
upstream 4.0.1 version. No sipwise patches.
13 years ago
..
doc upstream 4.0.1 version. No sipwise patches. 13 years ago
Makefile upstream 4.0.1 version. No sipwise patches. 13 years ago
README upstream 4.0.1 version. No sipwise patches. 13 years ago
add_events.c upstream 4.0.1 version. No sipwise patches. 13 years ago
add_events.h upstream 4.0.1 version. No sipwise patches. 13 years ago
presence_mwi.c upstream 4.0.1 version. No sipwise patches. 13 years ago
presence_mwi.h upstream 4.0.1 version. No sipwise patches. 13 years ago

README

Presence_MWI Module

Juha Heinanen

   <jh@tutpro.com>

Edited by

Juha Heinanen

   <jh@tutpro.com>

   Copyright © 2007 Juha Heinanen
     __________________________________________________________________

   Table of Contents

   1. Admin Guide

        1. Overview
        2. Dependencies

              2.1. Kamailio Modules
              2.2. External Libraries or Applications

        3. Parameters
        4. Functions

Chapter 1. Admin Guide

   Table of Contents

   1. Overview
   2. Dependencies

        2.1. Kamailio Modules
        2.2. External Libraries or Applications

   3. Parameters
   4. Functions

1. Overview

   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.

2. Dependencies

   2.1. Kamailio Modules
   2.2. External Libraries or Applications

2.1. Kamailio Modules

   The following modules must be loaded before this module:
     * presence.

2.2. External Libraries or Applications

   None.

3. Parameters

   None.

4. Functions

   None to be used in configuration file.