Skip to main content

Description

The Send Metadata Node will send metadata via SIP INFO messages to the connected SIP trunk.

Parameters

ParameterTypeDescription
MetadataJSONThe metadata to send via SIP INFO. See below for an example.

JSON Example

{
  "myParamName": "myParamValue"
}
I