Child Call Created
This event is fired when a child call (a B leg on a call) is created. These always contain a reference to the parent call that created them.
Parameters
| Parameter | Type | Description |
|---|---|---|
| EventType | string | Has the value “child_call_created” for this event |
| call_id | string | A unique identifier for this call. Example: 11-312298b3-12a342 |
| parent_call_id | string | Id of parent call this call belongs to. |
| from | string | Either a username or E164 number (+ prefixed) |
| to | string | Extension dialed by user for outbound, E164 number dialed for inbound. |
| rate | decimal | Minute rate for this call. |
| date | datetime | ISO 8601 Formatted date string. |