Changes between Version 8 and Version 9 of Ticket #982
- Timestamp:
- Nov 20, 2009 11:59:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #982 – Description
v8 v9 24 24 To implement MWI support in your application: 25 25 1. implement {{{on_mwi_info()}}} callback 26 1. at this point, any unsolicited incoming NOTIFY requests containing MWI will cause {{{on_mwi_info()}}} callback to be called, unless {{{enable_unsolicited_mwi}}} is '''disabled'''in {{{pjsua_config}}}.26 1. 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}}}. 27 27 1. if you'd like to use MWI subscriptions, set {{{mwi_enabled}}} to TRUE in {{{pjsua_acc_config}}}