Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 653 Bytes

RejectRequest.md

File metadata and controls

15 lines (13 loc) · 653 Bytes

RejectRequest

Properties

Name Type Description Notes
clientState String Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. [optional]
commandId String Use this field to avoid duplicate commands. Telnyx will ignore commands with the same `command_id`. [optional]
cause CauseEnum Cause for call rejection. [optional]

Enum: CauseEnum

Name Value
CALL_REJECTED "CALL_REJECTED"
USER_BUSY "USER_BUSY"