Comments
SIP Requests:
There are six basic request / method types:
INVITE = Establishes a session
ACK = Confirms an INVITE request
BYE = Ends a session
CANCEL = Cancels establishing of a session
REGISTER = Communicates user location (host name, IP)
OPTIONS = Communicates information about the capabilities of the calling and receiving SIP phones
SIP responses:
SIP Requests are answered with SIP responses, of which there are 6 classes:
1xx = informational responses, such as 180, which means ringing
2xx = success responses
3xx = redirection responses
4xx = request failures
5xx = server errors
6xx = global failures
Posted by rajaram144