The following table lists the possible call states that can be returned to the caller, along with their allowable ‘more’ and ‘time’ response settings:
callState | Description | time | more |
---|---|---|---|
Unknown | The current status of the call is unknown. | Omitted | Maybe |
Scheduled | The call has been scheduled to start at a later time. | Time in seconds since Epoch that the scheduled call was requested. | No |
Initiated | The call has been initiated. | Time in seconds since Epoch that call was initiated. | Yes |
Connected | The call (or call leg) has been connected. | Time in seconds since Epoch that call was connected. | Yes |
Disconnected | The call (or call leg) has been disconnected. | Time in seconds since Epoch that call was disconnected. | No |