5.1.2 AOC_GET_USER_HISTORY_CONF

Description

Response to finding the history of calls of a user

Direction

From XML bridge

Sub-elements

AOC_IE_HISTORY_COUNTS

Numbers of the individual call groups, element only 1x.

AOC_IE_HISTORY_RECORD

Information on one call, number of elements can be 0 – Count (from the request).

Example

<msg Id="AOC_GET_USER_HISTORY_CONF">

       <AOC_IE_HISTORY_COUNTS DialedCount="2" MissedCount="1" RecievedCount="1"/>

       <AOC_IE_HISTORY_RECORD Reference="0x6" Time="2006/7/21 11:56:53" Length="0" AddressScheme="0" AddressSubType="0" AddressInfo="5004" Name="User Tester"/>

       <AOC_IE_HISTORY_RECORD Reference="0x3" Time="2006/6/28 14:11:20" Length="0" AddressScheme="0" AddressSubType="0" AddressInfo="5007" Name="User Developer"/>

</msg>