D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
84
Cisco TelePresence System Codec C20
API Reference Guide
Example:
xCommand CallHistory DeleteAll Filter: Missed
*r CallHistoryDeleteAllResult (status=OK):
** end
xCommand CallHistory DeleteEntry
Deletes all information on the specified call.
CallHistoryId: CallHistoryId for the call in question.
AcknowledgeConsecutiveDuplicates: Includes all surrounding calls with duplicate information.
Requires user role:
USER
Parameters:
CallHistoryId(r): <1..2147483647>
AcknowledgeConsecutiveDuplicates(o): <False/True>
Example:
xCommand CallHistory DeleteEntry CallHistoryId: 5
*r CallHistoryDeleteResult (status=OK):
** end
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:[email protected]"
*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:[email protected]"
*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
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand