SIP 100 Trying vs 301 Moved Permanently
SIP 100 (Trying) is a 1xx Provisional response, while 301 (Moved Permanently) is a 3xx Redirection response. 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. In contrast, 301 means 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.
Description
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.
Quand vous le voyez
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.
Comment résoudre
No fix needed — this is normal call setup behavior. If stuck on 100 Trying for too long, check network connectivity and proxy configuration.
Description
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.
Quand vous le voyez
When a user has permanently changed their SIP address. All future calls should be directed to the new URI.
Comment résoudre
Update your address book or routing tables to use the new Contact URI provided in the response.
Différences clés
100 is a 1xx Provisional response, while 301 is a 3xx Redirection response.
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.
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.
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.
You encounter 301 when when a user has permanently changed their SIP address. All future calls should be directed to the new URI.
Quand utiliser lequel
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 301 (Moved Permanently): Update your address book or routing tables to use the new Contact URI provided in the response.