SIP

SIP 202 Accepted vs 603 Decline

SIP 202 (Accepted) is a 2xx Success response, while 603 (Decline) is a 6xx Global Failure response. 202 indicates that the request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests. In contrast, 603 means that the callee's machine was contacted successfully but the user explicitly does not wish to or cannot participate. Unlike 600, this may be because the callee doesn't want to communicate, not necessarily

विवरण

The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.

जब आप इसे देखें

After sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.

कैसे ठीक करें

Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity.

विवरण

The callee's machine was contacted successfully but the user explicitly does not wish to or cannot participate. Unlike 600, this may be because the callee doesn't want to communicate, not necessarily because they're busy.

जब आप इसे देखें

When the callee explicitly declines the call. This is an active rejection, not a busy or unavailable state.

कैसे ठीक करें

The callee has declined. Respect their decision. Consider alternative communication methods (email, messaging).

मुख्य अंतर

1.

202 is a 2xx Success response, while 603 is a 6xx Global Failure response.

2.

SIP 202: The request has been accepted for processing but the processing has not been completed. Used primarily for REFER requests.

3.

SIP 603: The callee's machine was contacted successfully but the user explicitly does not wish to or cannot participate. Unlike 600, this may be because the callee doesn't want to communicate, not necessarily

4.

You encounter 202 when after sending a REFER request for call transfer. The transfer target acknowledges receipt but hasn't completed the transfer yet.

5.

You encounter 603 when when the callee explicitly declines the call. This is an active rejection, not a busy or unavailable state.

कब किसका उपयोग करें

For 202 (Accepted): Wait for a NOTIFY to learn the outcome of the referred action. If no NOTIFY arrives, check subscription state and network connectivity. For 603 (Decline): The callee has declined. Respect their decision. Consider alternative communication methods (email, messaging).

और जानें