SIP 202 Accepted vs 486 Busy Here
SIP 202 (Accepted) is a 2xx Success response, while 486 (Busy Here) 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, 486 means that the callee's end system was contacted successfully but the callee is currently not willing or able to take additional calls at this end system.
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 callee's end system was contacted successfully but the callee is currently not willing or able to take additional calls at this end system.
Khi bạn thấy mã này
When the callee is already on a call and does not have call waiting. The user explicitly rejected the call, or all lines are in use.
Cách khắc phục
Wait and try again later. The callee may become available when their current call ends. Consider leaving a voicemail if available.
Sự khác biệt chính
202 is a 2xx Success response, while 486 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 486: The callee's end system was contacted successfully but the callee is currently not willing or able to take additional calls at this end system.
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 486 when when the callee is already on a call and does not have call waiting. The user explicitly rejected the call, or all lines are in use.
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 486 (Busy Here): Wait and try again later. The callee may become available when their current call ends. Consider leaving a voicemail if available.