Call Hangup

  1. UUID: Unique identifier for the call state.

  2. Created On: Timestamp indicating when the call state was created.

  3. Type: Indicates that it's a call state.

  4. Message: Describes the call state, mentioning "CallSCA out 18389999168 > soupra_cool_743_gmail_com_97176442681235292623 - hangup."

  5. Payload: Contains information about the call state, specifying the state as "hangup" and the duration of 1 second.

  6. Call: Detailed information about the associated call.

    • UUID: Unique identifier for the call.

    • Direction: Indicates the direction of the call (outgoing).

    • From: The originating number.

    • To: The destination number.

    • State: Indicates the state of the call (hangup).

    • Duration: Duration of the call (1 second).

    • Type: Specifies the type of call as "CallSCA."

    • Created On: Timestamp indicating when the call was created.

    • Modified On: Timestamp indicating when the call was last modified.

    • Hangup On: Timestamp indicating when the call was hung up.

    • Q850 Cause: Numeric code indicating the cause of hangup (18 in this case).

    • Q850 Cause String: Descriptive string corresponding to the Q850 cause ("NO_USER_RESPONSE").

    • Freeswitch Call State: Indicates the call state in FreeSWITCH ("DOWN").

    • Freeswitch Channel State: Indicates the channel state in FreeSWITCH ("CS_CONSUME_MEDIA").

    • Parent: Information about the parent call, which appears to be an incoming call.

    • Account: Information about the account associated with the call.

    • TN: Information about the telephone number associated with the call.

    • SIP Control App: Information about the SIP control application associated with the call.

    • Thread: Unique identifier for the thread associated with the call.

    • Logs: Currently an empty array, indicating no logs associated with the call.

    • Records: Currently an empty array, indicating no records associated with the call.

    • Children: Currently an empty array, indicating no children associated with the call.

  7. Ref ID: Refers to the UUID of the associated call.

  8. Account: Information about the account associated with the call, similar to the account details within the call object.

  9. Modified On: Timestamp indicating when the call state was last modified.

Last updated