SIP

SIP 181 Call Is Being Forwarded vs 406 Not Acceptable

SIP 181 (Call Is Being Forwarded) is a 1xx Provisional response, while 406 (Not Acceptable) is a 4xx Client Failure response. 181 indicates that a proxy server may send this to indicate that the call is being forwarded to a different set of destinations. In contrast, 406 means that the resource identified by the request is only capable of generating responses with content characteristics not acceptable according to the Accept header.

Deskripsi

A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.

Ketika Anda Melihatnya

When the callee has call forwarding enabled and the request is being redirected to another number or device.

Cara Memperbaiki

No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings.

Deskripsi

The resource identified by the request is only capable of generating responses with content characteristics not acceptable according to the Accept header.

Ketika Anda Melihatnya

When content negotiation fails — the server cannot produce a response matching the Accept header fields in the request.

Cara Memperbaiki

Review the Accept headers in your request and broaden the acceptable content types.

Perbedaan Utama

1.

181 is a 1xx Provisional response, while 406 is a 4xx Client Failure response.

2.

SIP 181: A proxy server may send this to indicate that the call is being forwarded to a different set of destinations.

3.

SIP 406: The resource identified by the request is only capable of generating responses with content characteristics not acceptable according to the Accept header.

4.

You encounter 181 when when the callee has call forwarding enabled and the request is being redirected to another number or device.

5.

You encounter 406 when when content negotiation fails — the server cannot produce a response matching the Accept header fields in the request.

Kapan Menggunakan Yang Mana

For 181 (Call Is Being Forwarded): No action needed. The call is being redirected. If forwarding is unintended, the callee should update their forwarding settings. For 406 (Not Acceptable): Review the Accept headers in your request and broaden the acceptable content types.

Pelajari Lebih Lanjut