Comment #4 on issue 2327 by [email protected]: Mobicents proxyTo fails when proxying to "urn:service:sos" Request-URI
http://code.google.com/p/mobicents/issues/detail?id=2327
Yes, that's what our proxy do. However, we have a requirement that our proxy works as "loose router", so it should not change the request URI, only forward the request by adding "Route:" header. The problem is that only way to do this with SIP Servlets seem to be to do as suggested here http://markmail.org/message/zqegl4mcdokkvqok
proxy.proxyTo(request.getRequestURI()); // Request-URI is urn:service:sos request.pushRoute(uri); // uri is routable
