Codec C90 User Manual
D14128.02—NOVEMBER 2008
68
Codec C90
System Integrator Guide
Contents Introduction Getting Started Interfaces About the API xConfiguration xCommand xStatus Cameras Appendices Contact us
xCommand
xCommand Call Reject
Reject incoming call. If no call id is specified, all incoming calls will be rejected.
Required parameters with (r):
CallId: <0..65534>
Example:
xCommand Call Reject CallId:20
OK
*r CallRejectResult (status=OK):
*r/e n d
xCommand CallLog Outgoing Delete
Delete log of outgoing calls.
Required parameters with (r):
LogTag: <0..2147483647>
Example:
xCommand CallLog Outgoing Delete LogTag:202
*r DeleteResult (status=OK):
*r/e n d
xCommand CallLog Received Delete
Delete log of received calls.
Required parameters with (r):
LogTag: <0..2147483647>
Example:
xCommand CallLog Received Delete LogTag:126
*r DeleteResult (status=OK):
*r/e n d
xCommand CallLog Missed Delete
Delete log of missed calls.
Required parameters with (r):
LogTag: <0..2147483647>
Example:
xCommand CallLog Missed Delete LogTag:119
*r DeleteResult (status=OK):
*r/e n d
xCommand CallLog Clear
Clear all call logs.
Example:
xCommand CallLog Clear
*r ClearResult (status=OK):
*r/e n d
xCommand CallLog Recent Delete
Delete log of recent calls.
Required parameters with (r):
LogTag: <0..2147483647>
Example:
xCommand CallLog Recent Delete
*r DeleteResult (status=OK):
*r/e n d
The Call Log commands