Calling Presentation

N2FE Flow Operation - Calling Presentation

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

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",
        "base_node": 3,
        "exits": [ 5, 6 ]
    }

In this example, calls from a calling party that is not restricted will proceed down exit 0 to operation ID 5, while all other calls will down exit index 1 to operation ID 6.

Exits

All CallingPresentation operations must have exactly two exits.

Exit Index Name Description
0 Not Restricted [Required] Selected when the calling party has no network restriction.
1 Restricted [Required] Selected when the calling party has network restriction applied.