/dial PHONE_NUMBER [/drop SECONDS] [/line x.x] The PHONE_NUMBER is dialed. The optional parameter /drop enforces to hang up automatically after X seconds. With parameter "line" a line can be selected (2.1 = second line, first address (MSN)). /dtmf NUMBERS The DIGITS are sent as DTMF dialing on the current active call.
/close Closes a running application instance without confirmation dialog.
/start_delay SECONDS : Application is started with delay. Maximum 120 seconds.
/wait_for_dir SECONDS : Application waits, if the working directory is not immediately available. Maximum 120 seconds. Version 2.2.073 or greater.
/dir WORKING_DIRECTORY cti_client.exe reads and stores her configuration and dates in the declared working directory. The working directory can be also placed in quotation marks. Hint: The cti_client.exe have to be run always by a program link with registered working directory.
Hint: The parametres /dial and /close assume that a application instance is running. The cti_client.exe started by command line transfers her parametres to the running application and finishes itself then without becoming visible. The Light version supports only /dir.
Examples:
- c:\Programme\xtelsio_CTI_Client\cti_client.exe /dial 12345678
The already running application instance initiates a call to 12345678.
- c:\Programme\xtelsio_CTI_Client\cti_client.exe /dial 12345678 /drop 10
The already running application instance initiates a call to 12345678 and hangs up after 10 seconds.
- c:\Programme\xtelsio_CTI_Client\cti_client.exe /dir c:\xtelsio_CTI_Client_data
The client is started with the working directory c:\xtelsio_CTI_Client_data.
|