Set Calling Presentation

Set Calling Presentation

The SetCallingPresentation operation sets whether the calling party number is presented for subsequent termination attempts.

Config Parameters

The SetCallingPresentation operation config attributes are as follows:

Parameter Type Description
presentation String [Required] Specifies whether to restrict or allow presentation of the calling party number for subsequent termination attempts.
Must be either restricted or allowed.

Example Operation

Here is an example SetCallingPresentation operation in JSON representation.

	{
		"id"    : 1,
		"type"  : "SetCallingPresentation",
		"config": {
			"presentation": "restricted"
		},
		"exits": [ 2 ]
	}

Exits

The only exit is the “Continue” exit.

Exit Index Name Description
0 Continue [Required] This exit is always followed after the presentation for the calling party number has been set.