RingOutStatusInfo
RingOut status information
Properties
Name | Type | Required | Description |
---|---|---|---|
call_status | CallStatus | ❌ | Status of a call |
caller_status | CallerStatus | ❌ | Status of a calling party |
callee_status | CalleeStatus | ❌ | Status of a called party |
CallStatus
Status of a call
Properties
Name | Type | Required | Description |
---|---|---|---|
INVALID | str | ✅ | "Invalid" |
SUCCESS | str | ✅ | "Success" |
INPROGRESS | str | ✅ | "InProgress" |
BUSY | str | ✅ | "Busy" |
NOANSWER | str | ✅ | "NoAnswer" |
REJECTED | str | ✅ | "Rejected" |
GENERICERROR | str | ✅ | "GenericError" |
FINISHED | str | ✅ | "Finished" |
INTERNATIONALDISABLED | str | ✅ | "InternationalDisabled" |
DESTINATIONBLOCKED | str | ✅ | "DestinationBlocked" |
NOTENOUGHFUNDS | str | ✅ | "NotEnoughFunds" |
NOSUCHUSER | str | ✅ | "NoSuchUser" |
CallerStatus
Status of a calling party
Properties
Name | Type | Required | Description |
---|---|---|---|
INVALID | str | ✅ | "Invalid" |
SUCCESS | str | ✅ | "Success" |
INPROGRESS | str | ✅ | "InProgress" |
BUSY | str | ✅ | "Busy" |
NOANSWER | str | ✅ | "NoAnswer" |
REJECTED | str | ✅ | "Rejected" |
GENERICERROR | str | ✅ | "GenericError" |
FINISHED | str | ✅ | "Finished" |
INTERNATIONALDISABLED | str | ✅ | "InternationalDisabled" |
DESTINATIONBLOCKED | str | ✅ | "DestinationBlocked" |
NOTENOUGHFUNDS | str | ✅ | "NotEnoughFunds" |
NOSUCHUSER | str | ✅ | "NoSuchUser" |
CalleeStatus
Status of a called party
Properties
Name | Type | Required | Description |
---|---|---|---|
INVALID | str | ✅ | "Invalid" |
SUCCESS | str | ✅ | "Success" |
INPROGRESS | str | ✅ | "InProgress" |
BUSY | str | ✅ | "Busy" |
NOANSWER | str | ✅ | "NoAnswer" |
REJECTED | str | ✅ | "Rejected" |
GENERICERROR | str | ✅ | "GenericError" |
FINISHED | str | ✅ | "Finished" |
INTERNATIONALDISABLED | str | ✅ | "InternationalDisabled" |
DESTINATIONBLOCKED | str | ✅ | "DestinationBlocked" |
NOTENOUGHFUNDS | str | ✅ | "NotEnoughFunds" |
NOSUCHUSER | str | ✅ | "NoSuchUser" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs