Share This Post:
Voicent Command Line for Dummies
I was wondering how to use Voicent’s command line interface. I am new to this and dont know much about DOS.
To use Voicent from the command line:
-
First open the command prompt. To do this, type:
cmd.exeinto the Start Menu search bar. -
To go to the voicent folder Type:
cd C:\Program Files\Voicentand press enter. 64 bit machines will useProgram Files(x86) -
Type:
dirto view the contents of the folder. -
Choose the product you wish to use and change directory to that folder. ex:
cd AgentDialer -
Go into the bin folder by typing:
cd bin -
Type:
dirto view this folder. -
Type the desired exe name. ex:
adialer.exe - Agent Dialer will open.
There are optional flags that may be used while opening a file. Some common flags are:
-
-pdrun predictive dialing -
-dialrun semi automatic dialing -
-statusurlpost to this url after a call is finished. -
-statusexelaunch a program or script after a call is finished -
-callercaller identifier. Used with statusurl callback -
-phonenophone number to call -
-namename to call -
-startfromrowbroadcast start from row, default is 0, used with -startnow -
-maxlinesuse maximum number of lines for the broadcast -
-importimport a CSV file -
-exportexport to a CSV file -
-cleanstatusconfirmation and status columns are cleaned before broadcast -
-noexitkeep program up after broadcast -
Here are some different command lines and what they do: (be sure to replace any bold information with your own)
To open an existing aoc in agent dialer try:
adialer.exe "C:\Users\YourUserName\Documents\YourCampaign.aoc"To import an existing .csv file try:
adialer.exe -import "C:\Users\YourUserName\Documents\YourData.csv"If your data has more than the standard three columns, you will need to save a blank .aoc file with the columns pre setup in the order that you need them. Then try:
adialer.exe -import "C:\Users\YourUserName\Documents\YourData.csv" "C:\Users\YourUserName\Documents\YourCampaign.aoc"
Note that these are default locations. aoc, voc, csv files may be stored anywhere the user desires.
Share This Post: