D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
85
Cisco TelePresence System Codec C20
API Reference Guide
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
CallLog commands
xCommand CallLog Clear
Clear call logs stored in the system. If a logtag is given as argument, that specific call is deleted
from the logs. If no logtag is given the system deletes all call logs. The LogTag values for the calls
are found by issuing the xHistory CallLog Call command.
Requires user role:
USER
Parameters:
LogTag: <0..2147483647>
Example:
xCommand CallLog Clear
*r ClearResult (status=OK):
** end
xCommand CallLog Recent Delete
Delete the call log of recent calls. If a logtag is given as argument, that specific call is deleted from
the log. If no logtag is given the system deletes all call logs. The LogTag values for recent calls are
found by issuing the xHistory CallLog Recent command.
Requires user role:
USER
Parameters:
LogTag: <0..2147483647>
Example:
xCommand CallLog Recent Delete
*r DeleteResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand