SIP

SIP 302 Moved Temporarily vs 604 Does Not Exist Anywhere

SIP 302 (Moved Temporarily) is a 3xx Redirection response, while 604 (Does Not Exist Anywhere) is a 6xx Global Failure response. 302 indicates that the callee has temporarily moved to a different address. The client should retry the request at the Contact address but continue using the original URI for future requests. In contrast, 604 means that the server has authoritative information that the user indicated in the Request-URI does not exist anywhere. Unlike 404, this is a definitive, global statement.

Descrição

The callee has temporarily moved to a different address. The client should retry the request at the Contact address but continue using the original URI for future requests.

Quando você o vê

When a user is temporarily reachable at a different location, such as when traveling or using a different device.

Como corrigir

Redirect the current call to the Contact URI provided, but keep the original URI for future requests.

Descrição

The server has authoritative information that the user indicated in the Request-URI does not exist anywhere. Unlike 404, this is a definitive, global statement.

Quando você o vê

When the user definitively does not exist on any server in the network. The server has authoritative knowledge, not just local.

Como corrigir

The user does not exist. Verify the SIP URI or phone number. Unlike 404, retrying on other servers will not help.

Diferenças principais

1.

302 is a 3xx Redirection response, while 604 is a 6xx Global Failure response.

2.

SIP 302: The callee has temporarily moved to a different address. The client should retry the request at the Contact address but continue using the original URI for future requests.

3.

SIP 604: The server has authoritative information that the user indicated in the Request-URI does not exist anywhere. Unlike 404, this is a definitive, global statement.

4.

You encounter 302 when when a user is temporarily reachable at a different location, such as when traveling or using a different device.

5.

You encounter 604 when when the user definitively does not exist on any server in the network. The server has authoritative knowledge, not just local.

Quando usar qual

For 302 (Moved Temporarily): Redirect the current call to the Contact URI provided, but keep the original URI for future requests. For 604 (Does Not Exist Anywhere): The user does not exist. Verify the SIP URI or phone number. Unlike 404, retrying on other servers will not help.

Saiba mais