Registrations currently disabled due to spam. Contact me externally if you need an account

Skip to content
  • Roger James's avatar
    pjsip_resolver.c: Ensure AAAA dns requests are made. · c8dec423
    Roger James authored
    1. Modify sip_resolve and sip_resolve_callback to request AAAA lookups
       when an IPV6 transport type has been requested.
    
    2. Rename all occurrences of pjsip_transport_get_type_name to
       pjsip_transport_get_type_desc. This ensures that the log/debug info
       shows whether the transport is IPv6 or IPv4.
    
    3. Do not add the constant PJSIP_TRANSPORT_IPV6 to existing transport
       types. This results in invalid values. Use a bitwise or instead.
    
    ASTERISK-26780
    Patches:
        pjsip_resolver.c uploaded by Peter Sokolov (License #7070)
    
    Change-Id: I8b1e298f8efa682d0a7644113258fe76d9889c58
    c8dec423