Ignore:
Timestamp:
May 22, 2007 12:21:40 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h

    r974 r1287  
    224224    pj_pool_t           *pool;                      /**< Dialog's pool.     */ 
    225225    pjsip_inv_state      state;                     /**< Invite sess state. */ 
     226    pj_bool_t            cancelling;                /**< CANCEL sent?       */ 
    226227    pjsip_status_code    cause;                     /**< Disconnect cause.  */ 
    227228    pj_str_t             cause_text;                /**< Cause text.        */ 
Note: See TracChangeset for help on using the changeset viewer.