InterviewSolution
| 1. |
What Is Redirect Server? |
|
Answer» A REDIRECT server is a type of SIP server that responds the REQUESTS but does not forwards the requests. Like proxy server, a redirect server uses a database or location service to LOOK up a user. The location INFORMATION, however, is sent back to the caller in a redirection class response (3xx), which, after the ACK, concludes the transaction. A redirect server is a type of SIP server that responds the requests but does not forwards the requests. Like proxy server, a redirect server uses a database or location service to look up a user. The location information, however, is sent back to the caller in a redirection class response (3xx), which, after the ACK, concludes the transaction. |
|