SIPGetHeader

Allows scripts, along with SIPPutHeader, to interact with remote SIPSession Initiated Protocol; used for signaling and controlling multimedia communication sessions such as voice and video calls. carriers via SIP headers.

A setting must be enabled on the SIP trunk groups within the NICE inContact platform to allow for headers to be accepted. Contact your customer service representative to enable the setting.

Supported Script Types

Phone

Properties

HeaderName
The name of the header. Must include at least one character. Can include any characters, though only printable ASCII characters can match a SIPSession Initiated Protocol; used for signaling and controlling multimedia communication sessions such as voice and video calls. header name.
HeaderValue
The value of the header. Must include at least one character.

Branches

Default
This branch is taken if the SIPGetHeader was successful or an OnError branch is not defined.
OnError
This branch is taken if the SIPGetHeader was unsuccessful.

Tips and Tricks