Skip to content

Send Meta Data

AudioCodes Meta Data

Description

Deprecation of AudioCodes and Generic Voice Nodes

AudioCodes Nodes and Generic Voice Nodes will be deprecated at the end of February 2025. After this time, you won't be able to create new Nodes, but you can still edit or clone existing ones. Flows with these Nodes will continue to work after the deprecation date.

The Send Meta Data Node will send meta data via SIP INFO messages to the connected SIP trunk.

Parameter Type Description
Meta Data JSON The meta data to send via SIP INFO. See below for an example.
{
  "myParamName": "myParamValue"
}