Skip to content

Add SipHeaderPath and SipHeaderCollection to fix path issues

Émilie Gerbaud requested to merge fix/sip_path into release/2.3

Co-author: Simon Morlat Fix usage of Agent::getPreferredRoute() in RegistrarDb path parameter. Indeed, getPreferredRoute() returns a serialized url, which is unsuitable to be parsed as a Path header value directly. Surrounding quotes <> must be added because Path header is list of name-addr.

Merge request reports