Ignore:
Timestamp:
Jun 24, 2011 7:35:28 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1318: Prevent PJSIP_INV_STATE_CALLING from being reported more than once (thanks Sam Yasin for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/include/pjsip-ua/sip_inv.h

    r3553 r3598  
    368368    pj_str_t             cause_text;                /**< Cause text.        */ 
    369369    pj_bool_t            notify;                    /**< Internal.          */ 
     370    unsigned             cb_called;                 /**< Cb has been called */ 
    370371    pjsip_dialog        *dlg;                       /**< Underlying dialog. */ 
    371372    pjsip_role_e         role;                      /**< Invite role.       */ 
Note: See TracChangeset for help on using the changeset viewer.