> For the complete documentation index, see [llms.txt](https://doc.opentact.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.opentact.org/wss-events/wss-events/call-initiated-3.md).

# Callflow

Following is the explanation of 'Init' Event

1. **UUID:** Unique identifier for the call flow.
2. **Created On:** Timestamp indicating when the call flow was created.
3. **Type:** Indicates that it's a call flow.
4. **Message:** Describes the call flow, mentioning "Dial: success false, reason: \[originate] ERR NO\_USER\_RESPONSE. no any destinations are accept the call 1/1."
5. **Payload:** Contains information about the call flow command, specifically mentioning the "Dial" command.
6. **Call:** Detailed information about the associated call (of type "CallSCA").
   * **SIP Control App:** Provides details about the SIP control application associated with the call.
   * **Account:** Information about the account associated with the call, similar to the account details within the call object.
   * **Logs:** Contains log entries related to the call, including a "Callback" element and a "Dial" element with associated details.
   * **Records:** Currently empty array, indicating no records associated with the call.
7. **Call Flow:** Detailed information about the call flow.
   * **UUID:** Unique identifier for the call flow.
   * **Success:** Indicates whether the call flow was successful (false in this case).
   * **State:** Indicates the state of the call flow (failed in this case).
   * **Reason:** Provides a reason for the failure ("\[originate] ERR NO\_USER\_RESPONSE. no any destinations are accept the call 1/1").
   * **Name:** Specifies the name of the call flow ("Dial").
   * **Element:** Describes the elements within the call flow, including the "To" element and an "Error" element with associated details.
   * **Command:** Provides details about the command, including the "Dial" command with specific attributes and details about the failure.
8. **Account:** Information about the account associated with the call flow, similar to the account details in the call object.
9. **Modified On:** Timestamp indicating when the call flow was last modified.
