SIP

SIP 100 Trying vs 182 Queued

Both SIP 100 (Trying) and 182 (Queued) belong to the 1xx Provisional category. 100 indicates that the request has been received by the next-hop server and an unspecified action is being taken to process it. The UAC should expect additional responses. Meanwhile, 182 means 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.

Deskripsi

The request has been received by the next-hop server and an unspecified action is being taken to process it. The UAC should expect additional responses.

Ketika Anda Melihatnya

Immediately after sending an INVITE. The proxy has received the call and is searching for the callee. This is the SIP equivalent of a dial tone.

Cara Memperbaiki

No fix needed — this is normal call setup behavior. If stuck on 100 Trying for too long, check network connectivity and proxy configuration.

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.

Perbedaan Utama

1.

SIP 100: The request has been received by the next-hop server and an unspecified action is being taken to process it. The UAC should expect additional responses.

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.

You encounter 100 when immediately after sending an INVITE. The proxy has received the call and is searching for the callee. This is the SIP equivalent of a dial tone.

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.

Kapan Menggunakan Yang Mana

For 100 (Trying): No fix needed — this is normal call setup behavior. If stuck on 100 Trying for too long, check network connectivity and proxy configuration. 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.

Pelajari Lebih Lanjut