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.

Deskripsi

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

Ketika Anda Melihatnya

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

Cara Memperbaiki

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

Deskripsi

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.

Ketika Anda Melihatnya

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.

Cara Memperbaiki

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

Perbedaan Utama

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.

Kapan Menggunakan Yang Mana

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.

Pelajari Lebih Lanjut