Ignore:
Timestamp:
Oct 26, 2009 11:21:37 AM (14 years ago)
Author:
bennylp
Message:

Implement ticket #982: Support for SIP Message Summary/Message? Waiting Indication (MWI, RFC 3842)

  • PJSIP-SIMPLE:
    • implement MWI
  • PJSUA-LIB:
    • added "mwi_enabled" flag in account config
    • added "on_mwi_info" callback
  • pjsua app:
    • added "--mwi" option to enable MWI on account
    • added simple callback to log the NOTIFY message
  • other:
    • added SIPp scenario files to simulate UAS side
  • build:
    • added MWI support on VS6, VS2005, MMP, and Makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r2861 r2968  
    6565export PJSIP_SIMPLE_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    6666                        errno.o evsub.o evsub_msg.o iscomposing.o \ 
    67                         pidf.o presence.o presence_body.o publishc.o \ 
     67                        mwi.o pidf.o presence.o presence_body.o publishc.o \ 
    6868                        rpid.o xpidf.o 
    6969export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.