Ignore:
Timestamp:
Jul 20, 2018 2:19:41 AM (6 years ago)
Author:
ming
Message:

Fixed #2128: Add feature to allow responding incoming INVITE/re-INVITE asynchronously and set the SDP answer

File:
1 edited

Legend:

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

    r5788 r5828  
    193193                                            offer.                          */ 
    194194     
     195    pj_bool_t            rx_reinv_async;/**< on_call_rx_reinvite() async.   */ 
    195196    pj_timer_entry       reinv_timer;  /**< Reinvite retry timer.           */ 
    196197    pj_bool_t            reinv_pending;/**< Pending until CONFIRMED state.  */ 
Note: See TracChangeset for help on using the changeset viewer.