On Wed, Apr 17, 2019, at 10:54 AM, Brian J. Murrell wrote: <snip>
> Presumably the problem with the [outgoing] endpoint is the > specification of an IPv6-TCP transport. But I need to force the use of > TCP, so how can I do that without limiting it to a particular IP > protocol? You specify the transport in the SIP URI. For example: sip:[email protected];transport=tcp This will limit to TCP, and depending on the resolution of "example.com" use IPv6 or IPv4. The ICE candidates should then be both IPv6 and IPv4 since a transport is not explicitly specified. -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
