Ignore:
Timestamp:
Apr 19, 2016 7:29:54 AM (8 years ago)
Author:
ming
Message:

Re #1882 (misc): Add implementation to call Endpoint::onSelectAccount() callback

File:
1 edited

Legend:

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

    r5185 r5278  
    13111311    static void on_mwi_info(pjsua_acc_id acc_id, 
    13121312                            pjsua_mwi_info *mwi_info); 
    1313  
     1313    static void on_acc_find_for_incoming(const pjsip_rx_data *rdata, 
     1314                                         pjsua_acc_id* acc_id); 
    13141315    static void on_buddy_state(pjsua_buddy_id buddy_id); 
    13151316    // Call callbacks 
Note: See TracChangeset for help on using the changeset viewer.