SIP

SIP 182 Queued vs 305 Use Proxy

SIP 182 (Queued) is a 1xx Provisional response, while 305 (Use Proxy) is a 3xx Redirection 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, 305 means that the requested resource must be accessed through the proxy given by the Contact header field.

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 requested resource must be accessed through the proxy given by the Contact header field.

Ketika Anda Melihatnya

When the request must be routed through a specific outbound proxy server.

Cara Memperbaiki

Resend the request through the proxy specified in the Contact header of this response.

Perbedaan Utama

1.

182 is a 1xx Provisional response, while 305 is a 3xx Redirection 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 305: The requested resource must be accessed through the proxy given by the Contact header field.

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 305 when when the request must be routed through a specific outbound proxy server.

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 305 (Use Proxy): Resend the request through the proxy specified in the Contact header of this response.

Pelajari Lebih Lanjut