SIP

SIP 302 Moved Temporarily vs 493 Undecipherable

SIP 302 (Moved Temporarily) is a 3xx Redirection response, while 493 (Undecipherable) is a 4xx Client 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, 493 means that the request body was encrypted with S/MIME but the server cannot decrypt it. The server may lack the necessary key or certificate.

Описание

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.

Когда вы это видите

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

Как исправить

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

Описание

The request body was encrypted with S/MIME but the server cannot decrypt it. The server may lack the necessary key or certificate.

Когда вы это видите

When using S/MIME encryption for SIP message bodies and the recipient does not have the corresponding decryption key.

Как исправить

Ensure the recipient has the correct S/MIME certificate and private key. Consider using TLS for transport-layer encryption instead.

Ключевые различия

1.

302 is a 3xx Redirection response, while 493 is a 4xx Client 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 493: The request body was encrypted with S/MIME but the server cannot decrypt it. The server may lack the necessary key or certificate.

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 493 when when using S/MIME encryption for SIP message bodies and the recipient does not have the corresponding decryption key.

Когда что использовать

For 302 (Moved Temporarily): Redirect the current call to the Contact URI provided, but keep the original URI for future requests. For 493 (Undecipherable): Ensure the recipient has the correct S/MIME certificate and private key. Consider using TLS for transport-layer encryption instead.

Узнать больше