Skip to main content
The sip:request verb is used to send a SIP INFO, NOTIFY, or MESSAGE request on an established call, which is an in-dialog request. This verb allows an application to send SIP messages during a call, such as transmitting metadata to the calling SIP endpoint using a SIP INFO message.

Configuration

The following table lists the available parameters:

Send Nested Objects

To send a nested object, use a string JSON notation of an object. For example:
To send a nested object in the body, include a Content-Type header with the value application/json. Then, in the body value, use a string notation of a JSON object.
Last modified on June 10, 2026