From: "raghuram gangi" <[EMAIL PROTECTED]> Can any one tell me how will redirect server handle REGISTER requests. Can a redirect server send 3XX response to a REGISTER requests ( If it sends a 3xx response to a REGISTER request, then where will it get contact information for a REGISTRAR ). RFC 3261 doesn't constraint redirect server from handling REGISTER requests.
I expect that any proxy system will have (effectively) special handling rules for REGISTERs (for the proxy's domain). In the one case I know the details of, sipX (http://www.sipfoundry.org), all incoming requests go to the "forking proxy". Any whose request-URI is in the proxy's domain are forwarded to the "registrar/redirector". As a special case, the registrar/redirector processes REGISTERs and sends replies (200, 401, etc.). Any other request method is processed by looking up contacts for the request-URI and sending a 302 response to the forking proxy. The forking proxy will act on the 302 to forward the request to its destination. Dale _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
