Opened 15 years ago
Last modified 15 years ago
#982 closed enhancement
Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) — at Initial Version
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
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
Note: See
TracTickets for help on using
tickets.