You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2009-10-26 11:12:13: @bennylpcreated the issue on trac ticket 982
Add support for Message Summary/Message Waiting Indication (MWI, RFC 3842). Two types of MWI events are supported: MWI with subscription and unsolicited MWI (unsolicited means NOTIFY is sent without subscription).
Specification:
implement pjsip evsub package for MWI
client and server support
unsolicited MWI support
support in PJSUA-LIB
NOTIFY message body is unprocessed; they will be given to app unparsed.
New files in pjsip-simple:
mwi.h
mwi.c
Support in PJSUA-LIB:
"mwi_enabled" field in pjsua account config (default is disabled)
"on_mwi_info" callback
"enable_unsolicited_mwi" in pjsua_config (default is enabled)
if MWI subscription is terminated for some reason, PJSUA-LIB will renew periodically (PJSUA_PRES_TIMER timer)
PJSUA application:
new "--mwi" option
print MWI info on the callback
To implement MWI support in your application:
implement on_mwi_info() callback
at this point, any unsolicited incoming NOTIFY requests containing MWI will cause on_mwi_info() callback to be called, unless enable_unsolicited_mwi is explicitly disabled in pjsua_config.
if you'd like to use MWI subscriptions, set mwi_enabled to TRUE in pjsua_acc_config
2009-10-26 11:22:03: @bennylpedited the issue description
2009-10-26 11:22:39: @bennylpchanged status from new to closed
2009-10-26 11:22:39: @bennylpset resolution to fixed
2009-10-26 11:12:13: @bennylp created the issue on trac ticket 982
Add support for Message Summary/Message Waiting Indication (MWI, RFC 3842). Two types of MWI events are supported: MWI with subscription and unsolicited MWI (unsolicited means NOTIFY is sent without subscription).
Specification:
New files in pjsip-simple:
Support in PJSUA-LIB:
PJSUA application:
To implement MWI support in your application:
on_mwi_info()
callbackon_mwi_info()
callback to be called, unlessenable_unsolicited_mwi
is explicitly disabled inpjsua_config
.mwi_enabled
to TRUE inpjsua_acc_config
2009-10-26 11:22:03: @bennylp edited the issue description
2009-10-26 11:22:39: @bennylp changed status from new to closed
2009-10-26 11:22:39: @bennylp set resolution to fixed
2009-10-26 11:22:39: @bennylp commented
Implemented in r2968:
2009-10-28 12:20:03: @bennylp commented
In r2974:
2009-10-29 08:17:06: @bennylp commented
In r2976:
2009-11-20 04:19:41: @bennylp edited the issue description
2009-11-20 04:19:41: @bennylp commented
In r3019:
2009-11-20 23:33:52: @bennylp commented
In r3021:
2009-11-20 23:35:34: @bennylp edited the issue description
2009-11-20 23:58:21: @bennylp edited the issue description
2009-11-20 23:59:13: @bennylp edited the issue description
2009-11-21 00:01:34: @bennylp edited the issue description
The text was updated successfully, but these errors were encountered: