Caller Presentation
Caller Presentation
The CallerPresentation
operation selects an exit according to whether the calling party’s
presentation is restricted in the network information received.
The CallerPresentation
operation always has two exits.
Config Parameters
The CallerPresentation
operation has no config
attributes.
Example Operation
Here is an example CallerPresentation
operation in JSON representation.
{
"id": 9,
"type": "CallerPresentation",
"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 CallerPresentation
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.
|