SIP

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.

Descripción

The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.

Cuándo lo verás

When a call is answered (INVITE 200 OK), a registration succeeds (REGISTER 200 OK), or a subscription is accepted (SUBSCRIBE 200 OK).

Cómo solucionarlo

No fix needed — this is a success response. The caller should send an ACK to complete the three-way handshake for INVITE transactions.

Descripción

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.

Cuándo lo verás

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ómo solucionarlo

Wait and try again later. The callee may become available when their current call ends. Consider leaving a voicemail if available.

Diferencias clave

1.

200 is a 2xx Success response, while 486 is a 4xx Client Failure response.

2.

SIP 200: The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.

3.

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.

4.

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).

5.

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.

Cuándo usar cada uno

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.

Saber más