Ignore:
Timestamp:
Oct 3, 2011 8:22:48 AM (13 years ago)
Author:
ming
Message:

Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond()

File:
1 edited

Legend:

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

    r3777 r3780  
    157157        pjmedia_sdp_session *rem_sdp;/**< Remote SDP.                       */ 
    158158        pj_pool_t           *pool_prov;/**< Provisional pool.               */ 
     159        pj_bool_t            med_ch_deinit;/**< Media channel de-init-ed?   */ 
    159160        union { 
    160161            struct { 
Note: See TracChangeset for help on using the changeset viewer.