Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.75 KB

File metadata and controls

33 lines (29 loc) · 1.75 KB

freeclimb.Enums.RequestType

Properties

Name Value Notes
INBOUND_CALL inboundCall Represented in C# as 1
RECORD record Represented in C# as 2
GET_DIGITS getDigits Represented in C# as 3
GET_SPEECH getSpeech Represented in C# as 4
REDIRECT redirect Represented in C# as 5
PAUSE pause Represented in C# as 6
OUT_DIAL_START outDialStart Represented in C# as 7
OUT_DIAL_CONNECT outDialConnect Represented in C# as 8
OUT_DIAL_API_CONNECT outDialApiConnect Represented in C# as 9
MACHINE_DETECTED machineDetected Represented in C# as 10
DEQUEUE dequeue Represented in C# as 11
QUEUE_WAIT queueWait Represented in C# as 12
ADD_TO_QUEUE_NOTIFICATION addToQueueNotification Represented in C# as 13
AUDIO_STREAM audioStream Represented in C# as 14
REMOVE_FROM_QUEUE_NOTIFICATION removeFromQueueNotification Represented in C# as 15
CALL_STATUS callStatus Represented in C# as 16
CREATE_CONFERENCE createConference Represented in C# as 17
CONFERENCE_STATUS conferenceStatus Represented in C# as 18
LEAVE_CONFERENCE leaveConference Represented in C# as 19
ADD_TO_CONFERENCE_NOTIFICATION addToConferenceNotification Represented in C# as 20
CONFERENCE_RECORDING_STATUS conferenceRecordingStatus Represented in C# as 21
CONFERENCE_CALL_CONTROL conferenceCallControl Represented in C# as 22
MESSAGE_DELIVERY messageDelivery Represented in C# as 23
MESSAGE_STATUS messageStatus Represented in C# as 24

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