CallStatusInfo
Status data of a call session
Properties
Name | Type | Required | Description |
---|---|---|---|
code | CallStatusInfoCode | ❌ | Status code of a call |
peer_id | PeerInfo | ❌ | Peer session/party details. Valid in 'Gone' state of a call |
reason | CallStatusInfoReason | ❌ | Reason for call termination. For 'Disconnected' code only |
description | str | ❌ | Optional message |
CallStatusInfoCode
Status code of a call
Properties
Name | Type | Required | Description |
---|---|---|---|
SETUP | str | ✅ | "Setup" |
PROCEEDING | str | ✅ | "Proceeding" |
ANSWERED | str | ✅ | "Answered" |
DISCONNECTED | str | ✅ | "Disconnected" |
GONE | str | ✅ | "Gone" |
PARKED | str | ✅ | "Parked" |
HOLD | str | ✅ | "Hold" |
VOICEMAIL | str | ✅ | "VoiceMail" |
FAXRECEIVE | str | ✅ | "FaxReceive" |
TDS | str | ✅ | "Tds" |
VOICEMAILSCREENING | str | ✅ | "VoiceMailScreening" |
CallStatusInfoReason
Reason for call termination. For 'Disconnected' code only
Properties
Name | Type | Required | Description |
---|---|---|---|
PICKUP | str | ✅ | "Pickup" |
SUPERVISING | str | ✅ | "Supervising" |
TAKEOVER | str | ✅ | "TakeOver" |
TIMEOUT | str | ✅ | "Timeout" |
BLINDTRANSFER | str | ✅ | "BlindTransfer" |
RCCTRANSFER | str | ✅ | "RccTransfer" |
ATTENDEDTRANSFER | str | ✅ | "AttendedTransfer" |
CALLERINPUTREDIRECT | str | ✅ | "CallerInputRedirect" |
CALLFLIP | str | ✅ | "CallFlip" |
PARKLOCATION | str | ✅ | "ParkLocation" |
DTMFTRANSFER | str | ✅ | "DtmfTransfer" |
AGENTANSWERED | str | ✅ | "AgentAnswered" |
AGENTDROPPED | str | ✅ | "AgentDropped" |
REJECTED | str | ✅ | "Rejected" |
CANCELLED | str | ✅ | "Cancelled" |
INTERNALERROR | str | ✅ | "InternalError" |
NOANSWER | str | ✅ | "NoAnswer" |
TARGETBUSY | str | ✅ | "TargetBusy" |
INVALIDNUMBER | str | ✅ | "InvalidNumber" |
INTERNATIONALDISABLED | str | ✅ | "InternationalDisabled" |
DESTINATIONBLOCKED | str | ✅ | "DestinationBlocked" |
NOTENOUGHFUNDS | str | ✅ | "NotEnoughFunds" |
NOSUCHUSER | str | ✅ | "NoSuchUser" |
CALLPARK | str | ✅ | "CallPark" |
CALLREDIRECTED | str | ✅ | "CallRedirected" |
CALLREPLIED | str | ✅ | "CallReplied" |
CALLSWITCH | str | ✅ | "CallSwitch" |
CALLFINISHED | str | ✅ | "CallFinished" |
CALLDROPPED | str | ✅ | "CallDropped" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs