Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 490 Bytes

File metadata and controls

15 lines (7 loc) · 490 Bytes

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.

Enum

  • INBOUND (value: 'inbound')

  • OUTBOUNDAPI (value: 'outboundAPI')

  • OUTBOUNDDIAL (value: 'outboundDial')

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