userCall
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
callId (int) | 1/1 | The call id of the call. |
address (string) | 1/1 | The address of the conversation. |
incoming (boolean) | 1/1 | The state of the direction of the call. |
read (boolean) | 1/1 | True if the call was already read otherwise the call is unread. |
duration (int) | 1/1 | The duration of the call in seconds |
status (int) | 1/1 |
The origin of the call.
0 .. ringing 1 .. active 2 .. complete 3 .. missed |
dateCall (dateTime) | 1/1 | The date of the call. |
JSON
property | type | description |
---|---|---|
callId | callId (int) | The call id of the call. |
address | address (string) | The address of the conversation. |
incoming | incoming (boolean) | The state of the direction of the call. |
read | read (boolean) | True if the call was already read otherwise the call is unread. |
duration | duration (int) | The duration of the call in seconds |
status | status (int) |
The origin of the call.
0 .. ringing 1 .. active 2 .. complete 3 .. missed |
dateCall | dateCall (dateTime) | The date of the call. |