Ignore:
Timestamp:
Oct 12, 2009 7:44:14 AM (15 years ago)
Author:
bennylp
Message:

Ticket #411: Cannot update account presence's status while previous PUBLISH is in progress (thanks Olivier Beytrison for the report)

  • enable request queueing. If PUBLISH is to be sent while another one is still in progress, queue the request and send it later when the ongoing request completes
  • this behavior is controlled by new pjsip_publishc_opt structure to control session's options
  • default behavior is to queue the request
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r2864 r2940  
    17981798 
    17991799    /** 
     1800     * Event publication options. 
     1801     */ 
     1802    pjsip_publishc_opt  publish_opt; 
     1803 
     1804    /** 
    18001805     * Authentication preference. 
    18011806     */ 
Note: See TracChangeset for help on using the changeset viewer.