There are typos in the list of unescaped characters in user, password and headers of URI :s.
"...XYX..." should be "...XYZ..." The result is, 'Z' characters are converted to %5a in the user part or URI:s. This can lead to failed calls. If for example a Record-Route header contains a 'Z', then Twinkle will replace this 'Z' with %5a in the Route header it inserts into dialog requests. This might be a problem for the SIP proxy which inserted the Record-Route header and may not recognize its URI in the Route header. -- 'Z' should not be escaped in URL:s https://bugs.launchpad.net/bugs/521161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
