Technical References

D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 102
Cisco TelePresence System Codec C40/C60 API Reference Guide
CallHistory commands
xCommand CallHistory AcknowledgeAllMissedCalls
Turns off the missed calls indicator on the touch controller for all missed calls.
Requires user role: USER
Example:
xCommand CallHistory AcknowledgeAllMissedCalls
*r AcknowledgeAllMissedCallsResult (status=OK):
** end
xCommand CallHistory AcknowledgeMissedCall
Turns off the missed calls indicator on the touch controller for 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 AcknowledgeMissedCalls CallHistoryId: 5
*r AcknowledgeAllMissedCallsResult (status=OK):
** end
xCommand CallHistory DeleteAll
Deletes all information on previous calls.
Filter: You can filter which calls to delete, either all, missed, placed or received calls.
Requires user role: USER
Parameters:
Filter(o): <All/Missed/Placed/Received>
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
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand