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_k/presence_mwi
Andreas Granig 243e32a17b
Start versioning of kamailio-3.1-sipwise in svn.
15 years ago
..
doc Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
Makefile Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
README Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
add_events.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
add_events.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
presence_mwi.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
presence_mwi.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago

README

Presence_MWI Module

Juha Heinanen

   <jh@tutpro.com>

Edited by

Juha Heinanen

   <jh@tutpro.com>

   Copyright © 2007 Juha Heinanen
   Revision History
   Revision $Revision: 1 $ $Date: 2007-04-30 14:05:57 +0200 (Mon, 30 Jan
   2007) $
     __________________________________________________________________

   Table of Contents

   1. Admin Guide

        1. Overview
        2. Dependencies

              2.1. Kamailio Modules
              2.2. External Libraries or Applications

        3. Exported Parameters
        4. Exported Functions

Chapter 1. Admin Guide

   Table of Contents

   1. Overview
   2. Dependencies

        2.1. Kamailio Modules
        2.2. External Libraries or Applications

   3. Exported Parameters
   4. Exported 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. Exported Parameters

   None.

4. Exported Functions

   None to be used in configuration file.