Call Initiated

Following is the explanation of 'Init' Event

Key components:

  • uuid: Unique identifier for the call state update.

  • created_on: Timestamp indicating when the call state update was created.

  • type: Indicates that this is a call state update.

  • message: Descriptive message about the call state update.

  • payload: Contains information about the call state.

    • state: Current state of the call ("init" in this case).

    • duration: Duration of the call (1 second in this case).

  • call: Details about the call.

    • uuid: Unique identifier for the call.

    • direction: Direction of the call ("in" in this case).

    • from: Caller's phone number.

    • to: Called phone number.

    • state: Current state of the call ("init" in this case).

    • duration: Duration of the call (1 second in this case).

    • type: Type of the call ("CallSCA" in this case).

    • created_on: Timestamp when the call record was created.

    • modified_on: Timestamp when the call record was last modified.

    • init_on: Timestamp when the call state was initialized.

    • freeswitch_call_state: Freeswitch call state ("DOWN" in this case).

    • freeswitch_channel_state: Freeswitch channel state ("CS_INIT" in this case).

    • tn: Telephone Number information.

    • sip_control_app: SIP Control App information.

    • account: Account information.

    • thread, parent, country, lerg, sip_connection, hotkey, batch_item: Additional call-related details.

    • records, logs, children: Empty arrays indicating no records, logs, or children.

  • ref_id: Reference ID associated with the call.

  • account: Account information.

  • modified_on: Timestamp indicating when the call state update was last modified.

  • delivery_report: Empty array indicating no delivery reports in this response.

Last updated