Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3269 by [email protected]: Cannot add/modify Path header on
REGISTER responses
http://code.google.com/p/mobicents/issues/detail?id=3269
What steps will reproduce the problem?
1. Receive a REGISTER request with Supports: Path and a valid Path header
2. Try to set a path header on a response to the REGISTER request:
final SipServletResponse response = request.createResponse(200);
response.addAddressHeader("Path", pathHeader, false);
What is the expected output? What do you see instead?
Expected: successfully add Path header
What I see: java.lang.IllegalArgumentException: Header[Path] is system
header, cant add, modify it!!!
What version of the product are you using? On what operating system?
mobicents sip-servlets 2.0.0.FINAL
Please provide any additional information below.
According to RFC 3327 Section 5.3:
"The registrar copies the Path header field values into a Path header field
in the successful (200 class) REGISTER response. In the event that the
home proxy and registrar are not co-located, the registrar MAY apply a
locally-determined transformation to the stored path vector."
This would require the ability to add/modify the path header on the 200
class REGISTER response.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.