Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 618 Bytes

CallDirection.md

File metadata and controls

13 lines (9 loc) · 618 Bytes

freeclimb.Enums.CallDirection

Direction of the Call. inbound for Calls into FreeClimb, outboundAPI for Calls initiated via the REST API, outboundDial for Calls initiated by the OutDial PerCL command.

Properties

Name Value Notes
INBOUND inbound Represented in C# as 1
OUTBOUND_API outboundAPI Represented in C# as 2
OUTBOUND_DIAL outboundDial Represented in C# as 3

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