Home > sip.js > OutgoingRequest
A SIP message sent from a local client to a remote server.
Signature:
export interface OutgoingRequest For the purpose of invoking a particular operation. https://tools.ietf.org/html/rfc3261\#section-7.1
| Property | Type | Description |
|---|---|---|
| delegate | OutgoingRequestDelegate |
Delegate providing custom handling of this outgoing request. |
| message | OutgoingRequestMessage |
The outgoing message. |
| Method | Description |
|---|---|
| cancel(reason, options) | Sends a CANCEL message targeting this request to the UAS. |
| dispose() | Destroy request. |