Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

CallMachineGreetingEndedPayload.md

File metadata and controls

20 lines (18 loc) · 1.02 KB

CallMachineGreetingEndedPayload

Properties

Name Type Description Notes
callControlId UUID Call ID used to issue commands via Call Control API. [optional]
connectionId String Telnyx connection ID used in the call. [optional]
callLegId String ID that is unique to the call and can be used to correlate webhook events. [optional]
callSessionId String ID that is unique to the call session and can be used to correlate webhook events. [optional]
clientState String State received from a command. [optional]
from String Number or SIP URI placing the call. [optional]
to String Destination number or SIP URI of the call. [optional]
result ResultEnum Answering machine greeting ended result. [optional]

Enum: ResultEnum

Name Value
ENDED "ended"
NOT_SURE "not_sure"