Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.3 KB

OutDialAllOf.md

File metadata and controls

19 lines (15 loc) · 2.3 KB

freeclimb.Model.OutDialAllOf

Properties

Name Type Description Notes
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 decimal 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 decimal E.164 representation of the phone number to Call.
IfMachine string Specifies how FreeClimb should handle this OutDial if an answering machine answers the Call. Valid values: `redirect` invokes the ifMachineUrl for instructions. `hangup` hangs up the Call. The ifMachineUrl will not be invoked. [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]

[Back to Model list] [Back to API list] [Back to README]