Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.7 KB

RequestType.md

File metadata and controls

32 lines (28 loc) · 1.7 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
REMOVE_FROM_QUEUE_NOTIFICATION removeFromQueueNotification Represented in C# as 14
CALL_STATUS callStatus Represented in C# as 15
CREATE_CONFERENCE createConference Represented in C# as 16
CONFERENCE_STATUS conferenceStatus Represented in C# as 17
LEAVE_CONFERENCE leaveConference Represented in C# as 18
ADD_TO_CONFERENCE_NOTIFICATION addToConferenceNotification Represented in C# as 19
CONFERENCE_RECORDING_STATUS conferenceRecordingStatus Represented in C# as 20
CONFERENCE_CALL_CONTROL conferenceCallControl Represented in C# as 21
MESSAGE_DELIVERY messageDelivery Represented in C# as 22
MESSAGE_STATUS messageStatus Represented in C# as 23

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