Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.43 KB

OutDial.md

File metadata and controls

24 lines (20 loc) · 2.43 KB

freeclimb.Model.OutDial

Properties

Name Type Description Notes
Command string Name of PerCL Command (this is automatically derived from mapping configuration and should not be manually supplied in any arguments) [optional]
ActionUrl string URL to which FreeClimb sends an HTTP POST request.
CallConnectUrl string URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial.
CallingNumber string he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb.
Destination string E.164 representation of the phone number to Call.
IfMachine IfMachine [optional]
IfMachineUrl string When the `ifMachine` flag is set to `redirect`, this attribute specifies a URL to which FreeClimb makes a POST request when an answering machine or a fax machine is detected. This URL is required if the `ifMachine` flag is set to `redirect`. Otherwise, it should not be included. [optional]
SendDigits string DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. [optional]
StatusCallbackUrl string When the outdialed Call leg terminates, FreeClimb sends a `callStatus` Webhook to the `statusCallbackUrl`. This is a notification only; any PerCL command returned is ignored. [optional]
Timeout int Maximum time in seconds the `OutDial` command waits for the called party to answer the Call. When a timeout occurs, FreeClimb invokes the `callConnectUrl` Webhook to report that the out-dialed Call has ended with a status of `noAnswer`. [optional]
PrivacyMode bool Parameter `privacyMode` will not log the `text` as required by PCI compliance. [optional]

[Link to Serialization/Deserialization]
[Back to Enum list]
[Back to Model list]
[Back to API list]
[Back to README]