What are SIP Methods
SIP requests
In the Session Initiation Protocol there is a standardized way to communicate. The SIP requests are the codes that are used in this communication. The SIP responses are sent back for the SIP requests.
These SIP request methods are allowed:
Request name | Description | Defined in |
---|---|---|
INVITE | Indicates when a client is being invited to participate in a call session. | RFC 3261 |
ACK | Confirms that the client has received a final response to an INVITE request. | RFC 3261 |
BYE | Terminates a call and can be sent by either the caller or the callee. | RFC 3261 |
CANCEL | Cancels any pending request. | RFC 3261 |
OPTIONS | Queries the capabilities of servers. | RFC 3261 |
REGISTER | Registers the address listed in the 'To' header field with a SIP server. | RFC 3261 |
PRACK | Provisional acknowledgement. | RFC 3262 |
SUBSCRIBE | Subscribes for an Event of Notification from the Notifier. | RFC 6665 |
NOTIFY | Notify the subscriber of a new Event. | RFC 6665 |
PUBLISH | Publishes an event to the Server. | RFC 3903 |
INFO | Sends mid-session information that does not modify the session state. | RFC 6086 |
REFER | Asks recipient to issue a SIP request (call transfer.) | RFC 3515 |
MESSAGE | Transports instant messages using SIP. | RFC 3428 |
UPDATE | Modifies the state of a session without changing the state of the dialogue. | RFC 3311 |
If you have any questions or comments please do not hesitate to contact us at info@ozeki.hu