Ignore:
Timestamp:
Mar 2, 2015 9:43:20 AM (9 years ago)
Author:
ming
Message:

Fixed #1817: Automatically send BYE when sending CANCEL for INVITE is unsuccessful.

File:
1 edited

Legend:

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

    r4948 r4986  
    145145    pj_bool_t            med_update_success; 
    146146                                    /**< Is media update successful?        */ 
     147    pj_bool_t            hanging_up;/**< Is call in the process of hangup?  */ 
    147148 
    148149    int                  audio_idx; /**< First active audio media.          */ 
Note: See TracChangeset for help on using the changeset viewer.