Ignore:
Timestamp:
Jun 8, 2016 2:49:56 AM (7 years ago)
Author:
nanang
Message:

Close #1926: Support IPv6 address resolution without DNS resolver.

File:
1 edited

Legend:

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

    r5326 r5337  
    284284 
    285285    pj_uint16_t      next_rtp_port; /**< Next RTP port to be used.      */ 
     286    pjsip_transport_type_e tp_type; /**< Transport type (for local acc or 
     287                                         transport binding)             */ 
    286288} pjsua_acc; 
    287289 
     
    623625pj_bool_t pjsua_media_acc_is_using_stun(pjsua_acc_id acc_id); 
    624626 
     627/* acc use IPv6? */ 
     628pj_bool_t pjsua_sip_acc_is_using_ipv6(pjsua_acc_id acc_id); 
     629 
    625630/* Get local transport address suitable to be used for Via or Contact address 
    626631 * to send request to the specified destination URI. 
Note: See TracChangeset for help on using the changeset viewer.