Skip to content
Kim Rostgaard Christensen edited this page Mar 20, 2014 · 6 revisions

The call object is the central data component of the call flow server.

{
    "id": "<uuid>",
    "state": "ringing",
    "b_leg": "<uuid>",
    "inbound": true,
    "destination": "12340001",
    "caller_id": "40994411",
    "greeting_played": false,
    "reception_id": 4,
    "assigned_to": 12,
    "channel": "<uuid>",
    "arrival_time": "1391762243"
}

States

Outbound calls

Outbound calls

Inbound calls

Inbound calls

Clone this wiki locally