Page
SIP quick reference: methods, responses, headers, and transports
SIP creates, changes, and ends communication sessions. Use this page as a map, then open the detailed guide for the specific failure.
Methods
REGISTER associates a user with a contact. INVITE starts or changes a session. ACK confirms an INVITE result. BYE ends an established dialog. CANCEL stops a pending INVITE. OPTIONS checks capabilities. REFER requests a transfer.
Response classes
1xxprovisional progress2xxsuccess3xxredirection4xxrequest or user failure5xxserver failure6xxglobal failure or rejection
First questions
Did the request leave? Did a response return? Did SDP negotiate a reachable media address? Did RTP flow both ways? See [SIP methods]( /sip-methods-call-flow/) and SIP response codes.