2011/5/12 Brett Tate <[email protected]>:
> The IPv6 issue was discussed on the sip list in December 2008. Here are a
> few of the links.
>
> http://www.ietf.org/mail-archive/web/sip/current/msg26338.html
Thanks, such mail provides a workaround that works:
---------------------------------------
OLD:
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
hier-part = "//" authority path-abempty
/ path-absolute
/ path-rootless
/ path-empty
authority = [ userinfo "@" ] host [ ":" port ]
NEW:
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
hier-part = "//" authority path-abempty
/ path-absolute
/ path-rootless
/ path-empty
/ authority ***** Newly added line *****
authority = [ userinfo "@" ] host [ ":" port ]
--------------------------------------
I',ve already implemented it. Thanks a lot.
--
Iñaki Baz Castillo
<[email protected]>
_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors