SIP 202 Accepted vs 493 Undecipherable
SIP 202 (Accepted) is a 2xx Success response, while 493 (Undecipherable) is a 4xx Client Failure response. 202 indicates that the request has been accepted for processing but the processing has not been completed. Used primarily for REFER 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.
Mô tả
The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.
Khi bạn thấy mã này
After sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.
Cách khắc phục
Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity.
Mô tả
The request body was encrypted with S/MIME but the server cannot decrypt it. The server may lack the necessary key or certificate.
Khi bạn thấy mã này
When using S/MIME encryption for SIP message bodies and the recipient does not have the corresponding decryption key.
Cách khắc phục
Ensure the recipient has the correct S/MIME certificate and private key. Consider using TLS for transport-layer encryption instead.
Sự khác biệt chính
202 is a 2xx Success response, while 493 is a 4xx Client Failure response.
SIP 202: The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.
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.
You encounter 202 when after sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.
You encounter 493 when when using S/MIME encryption for SIP message bodies and the recipient does not have the corresponding decryption key.
Khi nào dùng cái nào
For 202 (Accepted): Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity. For 493 (Undecipherable): Ensure the recipient has the correct S/MIME certificate and private key. Consider using TLS for transport-layer encryption instead.