Ignore:
Timestamp:
Oct 2, 2015 2:08:17 AM (9 years ago)
Author:
nanang
Message:

Close #1892: Add pjsua/pjsua2 callback on_call_tx_offer()/Call::onCallTxOffer() to notify incoming re-INVITE without offer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r5165 r5185  
    13591359                                 pjsip_status_code *code, 
    13601360                                 pjsua_call_setting *opt); 
     1361    static void on_call_tx_offer(pjsua_call_id call_id, 
     1362                                 void *reserved, 
     1363                                 pjsua_call_setting *opt); 
    13611364    static pjsip_redirect_op on_call_redirected(pjsua_call_id call_id, 
    13621365                                                const pjsip_uri *target, 
Note: See TracChangeset for help on using the changeset viewer.