D14128.03—JULY 2009
76
Codec C90
System Integrator Guide
Contents
Introduction
Getting Started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand Call Disconnect
Disconnect specified call. (Tip: xStatus Call will give you a list of all active calls)
Parameters: Required parameters are marked with (
r
):
CallId(
r
): <0..65534>
Example:
xCom mand Call Disconnect CallId:17
OK
*r DisconnectCallResult (status=OK):
*r/end
xCommand Call DisconnectAll
Disconnect all active calls.
Example:
xCom mand Call DisconnectAll
OK
*r DisconnectAllResult (status=OK):
*r/end
xCommand Call Accept
Accept incoming call. If no call id is specified, all incoming calls will be accepted.
Parameters: Required parameters are marked with (
r
):
CallId: <0..65534>
Example:
xCom mand Call Accept CallId:19
OK
*r CallAcceptResult (status=OK):
*r/end
xCommand Call Reject
Reject incoming call. If no call id is specified, all incoming calls will be rejected.
Parameters: Required parameters are marked with (
r
):
CallId: <0..65534>
Example:
xCom mand Call Reject CallId:20
OK
*r CallRejectResult (status=OK):
*r/end
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 not logtag is give, all call logs will be deleted.
Parameters: Required parameters are marked with (
r
):
LogTag: <0..2147483647>
Example:
xCom mand CallLog Clear
*r ClearResult (status=OK):
*r/end
xCommand CallLog Recent Delete
Delete log of recent calls. If a logtag is given as argument, that specific call is deleted from the log. If not
logtag is give, the complete recent calls list will be deleted.
Parameters: Required parameters are marked with (
r
):
LogTag: <0..2147483647>
Example:
xCom mand CallLog Recent Delete
*r DeleteResult (status=OK):
*r/end
xCommand CallLog Outgoing Delete
Delete log of outgoing calls made from the system. If a logtag is given as argument, that specific call is deleted
from the log. If not logtag is give, the complete outgoing calls list will be deleted.
Parameters: Required parameters are marked with (
r
):
LogTag: <0..2147483647>
Example:
xCom mand CallLog Outgoing Delete LogTag:202
*r DeleteResult (status=OK):
*r/end
The Call commands
The Call Log commands
Contents
Introduction
Getting started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand