Ignore:
Timestamp:
Sep 15, 2017 5:32:08 AM (7 years ago)
Author:
riza
Message:

Re #2041: Implement API to handle IP address change.

File:
1 edited

Legend:

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

    r5636 r5649  
    286286    pjsip_transport_type_e tp_type; /**< Transport type (for local acc or 
    287287                                         transport binding)             */ 
     288    pjsua_ip_change_op ip_change_op;/**< IP change process progress.    */ 
    288289} pjsua_acc; 
    289290 
     
    304305    } data; 
    305306 
     307    pj_bool_t                is_restarting; 
    306308} pjsua_transport_data; 
    307309 
     
    868870void pjsua_call_schedule_reinvite_check(pjsua_call *call, unsigned delay_ms); 
    869871 
     872/* 
     873 * Update contact per account on IP change process. 
     874 */ 
     875pj_status_t pjsua_acc_update_contact_on_ip_change(pjsua_acc *acc); 
     876 
     877/* 
     878 * Call handling per account on IP change process. 
     879 */ 
     880pj_status_t pjsua_acc_handle_call_on_ip_change(pjsua_acc *acc); 
     881 
    870882PJ_END_DECL 
    871883 
Note: See TracChangeset for help on using the changeset viewer.