SIP

SIP 301 Moved Permanently vs 422 Session Interval Too Small

SIP 301 (Moved Permanently) is a 3xx Redirection response, while 422 (Session Interval Too Small) is a 4xx Client Failure response. 301 indicates that the user can no longer be found at the address in the Request-URI. The client should direct future requests to the new address in the Contact header. In contrast, 422 means that the request's Session-Expires value is too small. The Min-SE header in the response indicates the minimum acceptable session interval.

Açıklama

The user can no longer be found at the address in the Request-URI. The client should direct future requests to the new address in the Contact header.

Gördüğünüzde

When a user has permanently changed their SIP address. All future calls should be directed to the new URI.

Nasıl Düzeltilir

Update your address book or routing tables to use the new Contact URI provided in the response.

Açıklama

The request's Session-Expires value is too small. The Min-SE header in the response indicates the minimum acceptable session interval.

Gördüğünüzde

When using SIP session timers (RFC 4028) and the proposed session refresh interval is below the server's minimum.

Nasıl Düzeltilir

Increase the Session-Expires value to at least the value indicated in the Min-SE header of the 422 response.

Temel Farklar

1.

301 is a 3xx Redirection response, while 422 is a 4xx Client Failure response.

2.

SIP 301: The user can no longer be found at the address in the Request-URI. The client should direct future requests to the new address in the Contact header.

3.

SIP 422: The request's Session-Expires value is too small. The Min-SE header in the response indicates the minimum acceptable session interval.

4.

You encounter 301 when when a user has permanently changed their SIP address. All future calls should be directed to the new URI.

5.

You encounter 422 when when using SIP session timers (RFC 4028) and the proposed session refresh interval is below the server's minimum.

Hangisini Ne Zaman Kullanmalı

For 301 (Moved Permanently): Update your address book or routing tables to use the new Contact URI provided in the response. For 422 (Session Interval Too Small): Increase the Session-Expires value to at least the value indicated in the Min-SE header of the 422 response.

Daha Fazla Öğren