Calling Presentation

Calling Presentation

The CallingPresentation operation selects an exit according to whether presentation of the calling party is restricted in the information received from the network.

The CallingPresentation operation always has two exits.

Config Parameters

The CallingPresentation operation has no config attributes.

Example Operation

Here is an example CallingPresentation operation in JSON representation.

    {
        "id": 9,
        "type": "CallingPresentation",
        "exits": [ 5, 6 ]
    }

In this example, if presentation of the calling party is not restricted, processing will continue via exit index 0 to the operation with ID 5. Otherwise if presentation of the calling party is restricted, processing will continue via exit index 1 to the operation with ID 6.

Exits

The CallingPresentation operation has exactly two exits.

Exit Index Name Description
0 Not Restricted [Required] This exit is followed if presentation of the calling party is *not* restricted.
1 Restricted [Required] This exit is followed if presentation of the calling party *is* restricted.