SIP

SIP 182 Queued vs 488 Not Acceptable Here

SIP 182 (Queued) is a 1xx Provisional response, while 488 (Not Acceptable Here) is a 4xx Client Failure response. 182 indicates that the called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available. In contrast, 488 means that the request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.

Deskripsi

The called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available.

Ketika Anda Melihatnya

In call center or queuing scenarios where the callee is busy but the system holds the call in a queue.

Cara Memperbaiki

Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them.

Deskripsi

The request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.

Ketika Anda Melihatnya

When codec negotiation fails — the callee cannot handle any of the codecs offered in the SDP. Common in interop scenarios.

Cara Memperbaiki

Check the Warning header or SDP in the response for acceptable parameters. Add compatible codecs (e.g., G.711 as a fallback) to your offer.

Perbedaan Utama

1.

182 is a 1xx Provisional response, while 488 is a 4xx Client Failure response.

2.

SIP 182: The called party is temporarily unavailable but the server has decided to queue the call rather than reject it. The call will be attempted when the callee becomes available.

3.

SIP 488: The request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.

4.

You encounter 182 when in call center or queuing scenarios where the callee is busy but the system holds the call in a queue.

5.

You encounter 488 when when codec negotiation fails — the callee cannot handle any of the codecs offered in the SDP. Common in interop scenarios.

Kapan Menggunakan Yang Mana

For 182 (Queued): Wait for the call to be dequeued. If queuing is not desired, configure the server to reject calls instead of queuing them. For 488 (Not Acceptable Here): Check the Warning header or SDP in the response for acceptable parameters. Add compatible codecs (e.g., G.711 as a fallback) to your offer.

Pelajari Lebih Lanjut