Changes between Version 8 and Version 9 of Ticket #982


Ignore:
Timestamp:
Nov 20, 2009 11:59:13 PM (15 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #982 – Description

    v8 v9  
    2424To implement MWI support in your application: 
    2525 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}}}. 
    2727 1. if you'd like to use MWI subscriptions, set {{{mwi_enabled}}} to TRUE in {{{pjsua_acc_config}}}