On Fri, 2009-06-05 at 08:55 +0200, Paweł Pierścionek wrote: > Which RFC specifies what should I do with Refer-to: headers and > params? > Params go to request URI and headers are instantiated after > unescaping ?
The use of Refer-To is defined in RFC 3515, which is what defines the REFER method. (Refer-To has no meaning except in a REFER.) The handling of the header params in a URI is described in RFC 3261 sections 19.1.1 and 19.1.5, where the semantics of the various parts of a SIP URI are described. Although it is not described explicitly, the name and value parts of a header parameter are unescaped before being used as a header in the generated request. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
