SIP 200 OK vs 486 Busy Here
SIP 200 (OK) is a 2xx Success response, while 486 (Busy Here) is a 4xx Client Failure response. 200 indicates that the request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully. 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.
설명
The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.
이 코드를 보게 되는 경우
When a call is answered (INVITE 200 OK), a registration succeeds (REGISTER 200 OK), or a subscription is accepted (SUBSCRIBE 200 OK).
해결 방법
No fix needed — this is a success response. The caller should send an ACK to complete the three-way handshake for INVITE transactions.
설명
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.
이 코드를 보게 되는 경우
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.
해결 방법
Wait and try again later. The callee may become available when their current call ends. Consider leaving a voicemail if available.
주요 차이점
200 is a 2xx Success response, while 486 is a 4xx Client Failure response.
SIP 200: The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.
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 200 when when a call is answered (INVITE 200 OK), a registration succeeds (REGISTER 200 OK), or a subscription is accepted (SUBSCRIBE 200 OK).
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.
언제 어떤 것을 사용할지
For 200 (OK): No fix needed — this is a success response. The caller should send an ACK to complete the three-way handshake for INVITE transactions. 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.