Call Commands - Cisco TelePresence System Codec C90 Reference Manual

Software version tc7.0
Hide thumbs Also See for TelePresence System Codec C90:
Table of Contents

Advertisement

Cisco TelePresence System Codec C90
Contents
Introduction

Call commands

xCommand Call Accept
Accept an incoming call. If no CallId is specified, all incoming calls are accepted. The CallID is
returned when the xCommand Dial command is run. During the call you can run the xStatus Call
command to see the CallId. CallType parameter is not in use.
Requires user role: USER
Parameters:
CallId: <0..65534>
CallType(o): <Audio/Video> Not in use.
Example:
xCommand Call Accept CallId:19
OK
*r CallAcceptResult (status=OK):
** end
xCommand Call Reject
Reject incoming call. If no call id is specified, all incoming calls are rejected. The CallID is returned
when the xCommand Dial command is run. During the call you can run the xStatus Call command to
see the CallId.
Requires user role: USER
Parameters:
CallId: <0..65534>
Example:
xCommand Call Reject CallId:20
OK
*r CallRejectResult (status=OK):
** end
Codec C90 API Reference Guide TC7.0, JANUARY 2014.
D14641.15
About the API
xConfiguration
xCommand Call Disconnect
xCommand Call DisconnectAll
xCommand Call Hold
98
xCommand
xCommand
Disconnect a call. The CallID is returned when the xCommand Dial command is run. During the call
you can run the xStatus Call command to see the CallId.
Requires user role: USER
Parameters:
CallId(r): <0..65534>
Example:
xCommand Call Disconnect CallId:17
OK
*r DisconnectCallResult (status=OK):
** end
Disconnect all active calls.
Requires user role: USER
Example:
xCommand Call DisconnectAll
OK
*r DisconnectAllResult (status=OK):
** end
Put a call on hold. The CallID is returned when the xCommand Dial command is run. During the call
you can run the xStatus Call command to see the CallId.
Requires user role: USER
Parameters:
CallId(r): <0..65534>
Reason(o): <Conference/Transfer/Other>
Example:
xCommand Call Hold CallId:19
OK
*r CallHoldResult (status=OK):
** end
API Reference Guide
xStatus
Appendices
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents