SIP

SIP 300 Multiple Choices vs 600 Busy Everywhere

SIP 300 (Multiple Choices) is a 3xx Redirection response, while 600 (Busy Everywhere) is a 6xx Global Failure response. 300 indicates that the address in the request resolved to several choices, each with its own location. The user or UA can select a preferred communication endpoint. In contrast, 600 means that the callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

Descrição

The address in the request resolved to several choices, each with its own location. The user or UA can select a preferred communication endpoint.

Quando você o vê

When a user has multiple registered devices or contact addresses and the server cannot determine which one to use.

Como corrigir

Select one of the provided Contact addresses and resend the request to that specific URI.

Descrição

The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

Quando você o vê

When the callee has rejected the call on all devices. No other endpoints should be tried. The user is universally busy.

Como corrigir

Wait and try again later. No alternative contact points exist. The callee must become available on their own.

Diferenças principais

1.

300 is a 3xx Redirection response, while 600 is a 6xx Global Failure response.

2.

SIP 300: The address in the request resolved to several choices, each with its own location. The user or UA can select a preferred communication endpoint.

3.

SIP 600: The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. Unlike 486 (Busy Here), this is a definitive response.

4.

You encounter 300 when when a user has multiple registered devices or contact addresses and the server cannot determine which one to use.

5.

You encounter 600 when when the callee has rejected the call on all devices. No other endpoints should be tried. The user is universally busy.

Quando usar qual

For 300 (Multiple Choices): Select one of the provided Contact addresses and resend the request to that specific URI. For 600 (Busy Everywhere): Wait and try again later. No alternative contact points exist. The callee must become available on their own.

Saiba mais