Skip to content
  • Sébastien Blin's avatar
    sip_transport: avoid PJ_ENOTSUITABLE when ipv4<->ipv6 · a427a151
    Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
    This is a bit a dirty fix, but the ICE transport can use several
    sockets or even an IPv4 socket on a side and an IPv6 on the other
    side. But, if it's the case, the header sent contains an IPv6
    address and sip_transport will return PJ_ENOTSUITABLE because
    TLS6 != TLS4.
    
    In this patch, we just ignore the V6 extension.
    
    Change-Id: I3ded796dd6ee95a08ec54656dc2ad8107f0e62e3
    Gitlab: #134
    a427a151