SIP

SIP 181 Call Is Being Forwarded vs 493 Undecipherable

SIP 181 (Call Is Being Forwarded) is a 1xx Provisional response, while 493 (Undecipherable) is a 4xx Client Failure response. 181 indicates that a proxy server may send this to indicate that the call is being forwarded to a different set of destinations. 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.

คำอธิบาย

A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.

เมื่อคุณพบเห็น

When the callee has call forwarding enabled and the request is being redirected to another number or device.

วิธีแก้ไข

No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings.

คำอธิบาย

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.

181 is a 1xx Provisional response, while 493 is a 4xx Client Failure response.

2.

SIP 181: A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.

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 181 when when the callee has call forwarding enabled and the request is being redirected to another number or 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 181 (Call Is Being Forwarded): No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings. For 493 (Undecipherable): Ensure the recipient has the correct S/MIME certificate and private key. Consider using TLS for transport-layer encryption instead.

เรียนรู้เพิ่มเติม