User's Manual
Table Of Contents
- Online Resources
- Contents
- Introduction
- About this Manual
- Getting Started
- User Interface
- Dialer Application
- Basic Operations
- Configuring the CS-700
- Configuring using the Web User Interface
- Configuring using the Service Application
- Configuring using a Provisioning Server, Option 66
- Configuring using a Provisioning Server, Option 150
- Provisioning file
- Provisioning file parameters (All Models)
- Using the Application Programming Interface (API)
- USB API functions
- Telnet / SSH interface
- USB/Telnet/SSH CLI Commands
- usb-conn-status
- speaker-volume
- ringer-volume
- speaker-mute
- mute
- camera-ptz-home
- camera-image-defaults
- camera-backlight
- camera-mute
- camera-pan
- cam-pan-left
- cam-pan-right
- camera-tilt
- cam-tilt-up
- cam-tilt-down
- camera-zoom
- cam-zoom-in
- cam-zoom-out
- cam-apply-defaults
- cam-image-apply-defaults
- status
- status-all
- call-info
- start-time
- dial
- answer
- hangup
- hold
- resume
- swap
- join
- transfer
- vm-count
- do-not-disturb
- dtmf
- registration
- Upgrading the Device Firmware
- Appendix
- Limited Warranty and Limitation of Liability
107
coreCliCmd
Description: Send a CLI-format command to the device. Commands are listed in the section “USB/Telnet
CLI Commands”.
Syntax:
EXPORT int __cdecl coreCliCmd(char *cmd, char* rsp, int len);
Parameters:
Parameter
Description
cmd
CLI command string (see API Command Reference)
rsp
Pointer to response string
len
Bytes available in response string
Return Values:
Value
Description
-1
General failure
0
Success
notifCtrl
Description: Enable/disable notifications and register a callback function to handle CLI-format
notifications. The notifications are defined in the next section. Notifications are
automatically disabled if the device is disconnected.
Syntax:
EXPORT int __cdecl notifCliCtrl(int mode, void(*notif_callback_t)(char *msg));
Parameters:
Parameter
Description
mode
Enable/disable notifications
notif_callback_t
Pointer to callback function to handle CLI notification
msg
Callback function parameter: Notification message string
Return Values:
Value
Description
-1
General failure
0
Success