Opened 14 years ago

Last modified 14 years ago

#982 closed enhancement

Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) — at Version 1

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.5
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

Add support for MWI with the following specification:

  • implement pjsip evsub package for MWI
  • client and server support
  • support in PJSUA-LIB
  • NOTIFY message body is unprocessed; they will be given to app unparsed.

New files in pjsip-simple:

  • include: mwi.h
  • src: mwi.c

Support in PJSUA-LIB:

  • add "mwi_enabled" field in pjsua account config
  • add "on_mwi_info" callback
  • if MWI subscription is terminated for some reason, PJSUA-LIB will renew periodically (PJSUA_PRES_TIMER timer)

Change History (1)

comment:1 Changed 14 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.