Ignore:
Timestamp:
Sep 15, 2011 10:09:44 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1369: Local state is set to HOLD even if hold operation fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua_internal.h

    r3553 r3749  
    6464    pjsua_call_hold_type call_hold_type; /**< How to do call hold.          */ 
    6565    pj_bool_t            local_hold;/**< Flag for call-hold by local.       */ 
     66    void                *hold_msg;  /**< Outgoing hold tx_data.             */ 
    6667    pjsua_call_media_status media_st;/**< Media state.                      */ 
    6768    pjmedia_dir          media_dir; /**< Media direction.                   */ 
Note: See TracChangeset for help on using the changeset viewer.