Skip to content

Make the CallID to be escaped while serializing extended contacts

François Grisez requested to merge fix/registrardb_unescaped_callid into release/2.0

CallID may contains characters which are invalid in URI paramerer context e.g. '@'. This fix ensure that such characters are escaped when the extended contact is translated into Contact header.

Merge request reports