Cisco Codec C20 Reference Manual page 71

Telepresence system
Hide thumbs Also See for Codec C20:
Table of Contents

Advertisement

Cisco TelePresence System Codec C20
Contents
Introduction
The Audio commands
xCommand Audio Microphones Mute
Mute all microphones.
Requires user role: USER
example:
xCommand Audio Microphones Mute
*r AudioMicrophonesMuteResult (status=OK):
** end
xCommand Audio Microphones Unmute
Unmute microphones.
Requires user role: USER
example:
xCommand Audio Microphones Unmute
*r AudioMicrophonesUnmuteResult (status=OK):
** end
xCommand Audio Sound Play
Play a specified audio sound.
Requires user role: USER
Parameters:
Sound(r): <Busy/CallWaiting/Dial/KeyTone/Ringing/SpecialInfo/TelephoneCall/VideoCall>
Loop: <On/Off>
example:
xCommand Audio Sound Play Sound: Ringing
*r AudioSoundPlayResult (status=OK):
** end
xCommand Audio Sound Stop
Stop playing audio sound.
Requires user role: USER
example:
xCommand Audio Sound Stop
*r AudioSoundStopResult (status=OK):
** end
Codec C20 API Reference Guide TC6.0 February 2013.
D14869.05
About the API
xConfiguration
The Bookings commands
xCommand Bookings List
71
xCommand
xCommand
List the stored bookings for the system. The list of booking details is received from the management
system. All parameters are optional, and can be used to limit the search result.
If no parameters are used, past, present and future bookings are all listed. To avoid listing bookings
from yesterday and before, use DayOffset = 0.
Days: Number of days to retrieve bookings from.
DayOffset: Which day to start the search from (today: 0, tomorrow: 1...).
Limit: Max number of bookings to list.
Offset: Offset number of bookings for this search.
Requires user role: USER
Parameters:
Days: <1..365>
DayOffset: <0..365>
Limit: <1..65534>
Offset: <0..65534>
example:
Example 1 (One booking in list)
xCommand Bookings List
OK
*r Bookings ResultInfo TotalRows: 1
*r Bookings LastUpdated: "2011-09-02T11:19:01Z"
*r Bookings Booking 1 Id: "273"
*r Bookings Booking 1 Title: "Sales meeting"
*r Bookings Booking 1 Agenda: "Describe this command"
*r Bookings Booking 1 Privacy: Public
*r Bookings Booking 1 Organizer FirstName: "Ola"
*r Bookings Booking 1 Organizer LastName: "Normann"
*r Bookings Booking 1 Organizer Email: "ola.normann@domain.com"
*r Bookings Booking 1 Time StartTime: "2011-09-02T13:00:00Z"
*r Bookings Booking 1 Time StartTimeBuffer: 600
*r Bookings Booking 1 Time EndTime: "2011-09-02T13:30:00Z"
*r Bookings Booking 1 Time EndTimeBuffer: 0
*r Bookings Booking 1 MaximumMeetingExtension: 30
*r Bookings Booking 1 MeetingExtensionAvailability: Guaranteed
*r Bookings Booking 1 BookingStatus: OK
*r Bookings Booking 1 BookingStatusMessage: ""
API Reference Guide
xStatus
Appendices
Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents