Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 595 Bytes

IfMachine.md

File metadata and controls

12 lines (8 loc) · 595 Bytes

freeclimb.Enums.IfMachine

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.

Properties

Name Value Notes
REDIRECT redirect Represented in C# as 1
HANGUP hangup Represented in C# as 2

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