Set Presented Calling Party
Set Presented Calling Party
The SetPresentedCallingParty operation sets the presented calling party number for subsequent termination attempts.
Config Parameters
The SetPresentedCallingParty operation config attributes are as follows.
| Parameter | Type | Description |
|---|---|---|
digits
|
Telephony Digits | [Required] The digits to present as the calling party number for subsequent termination attempts. |
Example Operation
Here is an example SetPresentedCallingParty operation in JSON representation.
{
"id": 1,
"type": "SetPresentedCallingParty",
"config":{
"digits": "0123"
},
"exits": [ 2 ]
}
Exits
The only exit is the “Continue” exit.
| Exit Index | Name | Description |
|---|---|---|
0
|
Continue | [Required] This exit is always followed after the presented calling party number has been set. |