Ignore:
Timestamp:
May 30, 2007 4:26:40 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #302: Behavior in cancelling INVITE session when no provisional response has been received (thanks Esbjörn Dominique)

File:
1 edited

Legend:

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

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