Technical References

D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 103
Cisco TelePresence System Codec C40/C60 API Reference Guide
xCommand CallHistory Get
Retrieve all information on previous calls made on the video system.
Filter: You can filter which calls to retrieve; either all, missed, placed or received calls.
Offset: Sets the call from which to start.
Limit: Defines the amount of calls in the output.
DetailLevel: Sets the level of detail for the information on these calls.
SearchString: Allows you to set the command to apply to a specified display name or call back
number.
CallHistoryId: CallHistoryId for the call in question.
Requires user role: USER
Parameters:
Filter(o): <All/Missed/Placed/Received/UnacknowledgedMissed>
Offset(o): <0..65534>
Limit(o): <0..65534>
DetailLevel(o): <Basic/Full>
SearchString(o): <S: 0, 255>
CallHistoryId(o): <0..65534>
Example:
xCommand CallHistory Get Filter: All Offset: 3 DetailLevel: Basic
*r CallHistoryGetResult Entry 0 CallHistoryId: 2
*r CallHistoryGetResult Entry 0 CallbackNumber: "sip:room1@company.com"
*r CallHistoryGetResult Entry 0 DisplayName: "display.name"
*r CallHistoryGetResult Entry 0 StartTime: "2013-04-09T10:56:36"
*r CallHistoryGetResult Entry 0 DaysAgo: 182
*r CallHistoryGetResult Entry 0 OccurrenceType: Received
*r CallHistoryGetResult Entry 0 IsAcknowledged: Acknowledged
*r CallHistoryGetResult Entry 1 CallHistoryId: 1
*r CallHistoryGetResult Entry 1 CallbackNumber: "sip:name@company.com"
*r CallHistoryGetResult Entry 1 DisplayName: "name"
*r CallHistoryGetResult Entry 1 StartTime: "2013-04-09T10:53:53"
*r CallHistoryGetResult Entry 1 DaysAgo: 182
*r CallHistoryGetResult Entry 1 OccurrenceType: Received
*r CallHistoryGetResult Entry 1 IsAcknowledged: Acknowledged
*r CallHistoryGetResult ResultInfo Offset: 3
*r CallHistoryGetResult ResultInfo Limit: 65534
** end
xCommand CallHistory Recents
Retrieve aggregated information on previous calls made on the video system.
Filter: You can filter which calls to retrieve; either all, missed, placed or received calls.
Offset: Sets the call from which to start.
Limit: Defines the amount of calls in the output.
DetailLevel: Sets the level of detail for the information on these calls.
SearchString: Allows you to set the command to apply to a specified display name or call back
number.
CallHistoryId: CallHistoryId for the call in question.
Requires user role: USER
Parameters:
Filter(o): <All/Missed/Placed/Received/UnacknowledgedMissed>
Offset(o): <0..65534>
Limit(o): <0..65534>
DetailLevel(o): <Basic/Full>
SearchString(o): <S: 0, 255>
CallHistoryId(o): <0..65534>
Example:
xCommand CallHistory Recents Filter: Missed Offset: 6 DetailLevel: Full
*r CallHistoryRecentsResult ResultInfo Offset: 6
*r CallHistoryRecentsResult ResultInfo Limit: 65534
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand