Changes between Initial Version and Version 2 of Ticket #1752


Ignore:
Timestamp:
Mar 25, 2014 4:19:13 AM (10 years ago)
Author:
riza
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1752

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1752 – Description

    initial v2  
    11Currently, pjsip will use default routing (from OS) when trying to get network interface.  
    22In a multihomed environment, sometimes this is not the desired behavior.  
    3 This ticket will add an option to resolve hostname when trying to get the network interface to be put in the Via or Contact header. 
     3This ticket will add an option to resolve hostname when trying to get the network interface to be put in the Via or Contact header.  
     4 
     5To enable this option set resolve_hostname_to_get_interface from the pjsip_cfg_t::endpt to PJ_TRUE. 
     6 
     7Thanks to Alexander Klyushin for the report.