0% found this document useful (0 votes)
155 views

SIP Code

1. The SIP code ranges from 100-699, with each range indicating the status of a request: 2. 1xx codes indicate provisional responses during request processing, 2xx codes indicate success, 3xx codes indicate redirection, 4xx codes indicate client errors, 5xx codes indicate server errors, and 6xx codes indicate global failures. 3. Some common SIP response codes include 100 Trying, 180 Ringing, 200 OK, 301 Moved Permanently, 400 Bad Request, 404 Not Found, 500 Server Internal Error, and 600 Busy Everywhere.

Uploaded by

rbomura
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
155 views

SIP Code

1. The SIP code ranges from 100-699, with each range indicating the status of a request: 2. 1xx codes indicate provisional responses during request processing, 2xx codes indicate success, 3xx codes indicate redirection, 4xx codes indicate client errors, 5xx codes indicate server errors, and 6xx codes indicate global failures. 3. Some common SIP response codes include 100 Trying, 180 Ringing, 200 OK, 301 Moved Permanently, 400 Bad Request, 404 Not Found, 500 Server Internal Error, and 600 Busy Everywhere.

Uploaded by

rbomura
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

SIP COde:

1xx: Provisional request received, continuing to process the request;


?Provisional responses, also known as informational responses, indicate that the
server contacted is performing some further action and does not yet have a defi
nitive response. A server sends a 1xx response if it expects to take more than 2
00 ms to obtain a final response. Note that 1xx responses are not transmitted re
liably. They never cause the client to send an ACK. Provisional (1xx) responses
MAY contain message bodies, including session descriptions.
100 Trying
180 Ringing
181 Call Is Being Forwarded
182 Queued
183 Session Progress

2xx: Success the action was successfully received, understood, and accepted;
200 OK
202 accepted: Used for referrals

3xx: Redirection further action needs to be taken in order to complete the reques
t;
300 Multiple Choices
301 Moved Permanently
302 Moved Temporarily
305 Use Proxy
380 Alternative Service

4xx: Client Error the request contains bad syntax or cannot be fulfilled at this
server;
400 Bad Request
401 Unauthorized: Used only by registrars. Proxys should use proxy author
ization 407
402 Payment Required (Reserved for future use)
403 Forbidden
404 Not Found: User not found
405 Method Not Allowed
406 Not Acceptable
407 Proxy Authentication Required
408 Request Timeout: Couldn't find the user in time
409 Conflict
410 Gone: The user existed once, but is not available here any more.
413 Request Entity Too Large
414 Request-URI Too Long
415 Unsupported Media Type
416 Unsupported URI Scheme
420 Bad Extension: Bad SIP Protocol Extension used, not understood by the
server
421 Extension Required
422 Session Interval Too Small
423 Interval Too Brief
480 Temporarily Unavailable
481 Call/Transaction Does Not Exist
482 Loop Detected
483 Too Many Hops
484 Address Incomplete
485 Ambiguous
486 Busy Here
487 Request Terminated
488 Not Acceptable Here
491 Request Pending
493 Undecipherable: Could not decrypt S/MIME body part

5xx: Server Error the server failed to fulfill an apparently valid request;
500 Server Internal Error
501 Not Implemented: The SIP request method is not implemented here
502 Bad Gateway
503 Service Unavailable
504 Server Time-out
505 Version Not Supported: The server does not support this version of th
e SIP protocol
513 Message Too Large

6xx: Global Failure the request cannot be fulfilled at any server.


600 Busy Everywhere
603 Decline
604 Does Not Exist Anywhere
606 Not Acceptable

You might also like