Autodialer causes blue screen

After 4 or 5 calls my computer shuts down and I get the following message:

“problem detected Windows has been shut down to prevent damage to your computer. Driver_IRQ_not_less_or_equal.”

At this point I must turn off my computer by pushing the on/off button as nothing else works.

This type of problems is usually a result of hardware issue, related to phone line/modem/PCI slot etc.

1). To check your phone line

a. make sure the phone cord is not too long
b. phone line is clear
c. no other phone equipment on the same line (fax machine, etc)
d. prefer not to have call waiting, new voice mail signal
e. for VOIP service, make sure the service is reliable and you have enough connection bandwidth
f. if you have to dial 9 to get outside line, make sure it gets dial tone before dialing the real number. You need to experiment with commas after 9

2). To check modem and PCI slots

a. modem firmly pushed in the PCI slot
b. Windows OS with latest update installed
c. Some customer reports problem gone after reformat hard disk
d. The contact on PCI slots are good, try a different slot if possible
e. No hardware conflict with other cards

3). To narrow down on the issue

a. Turn off caller ID notification
please select Voicent Gateway main menu > Setup > Options > Inbound

b. try the system in a different location, such as residential home
this will help to see whether the problem is related to the phone line

c. try a different computer
this will help to see whether the problem is related to the computer

Posted in Appointment Reminder, Auto Dialer, Installation, Voice Modem |

Auto dialer command line export call status

We were wondering if there was a way to export a Voicent log from the command line (after a call sequence is completed) to a plain-text file such as a CSV.

What we are trying to do is run Voicent from the command line to call a number of people. After the calls, we would like to collect the call results in a plain-text format, in automatic mode.

The logs that Voicent creates appear to be in a proprietary format.

Any way that we can do this from the command line, or turn on some option that will automatically create a plain-text file for us, with the call information? Or, could we get details on the format that Voicent is using, so we can parse it out ourselves, if it is allowed?

No, there is no command to export the call list and status to a CSV file. You can only do that manually through the File > Export menu item. However, there are workarounds:

1. As you indicated, use the generated log files under C:\Program Files\Voicent\Gateway\logs

This option is feasible if you just want to grep some basic information, such as which number gets called. The log files are not designed to be parsed by a program, so there will be significant work if you do want extract more information from them. Also the format is going to change from release to release.

2. There is an internal command to generate an HTML output file

The command line option is: -htmlout filename

To parse this HTML file should be much easier than the output log files.

3. If you are using AutoReminder program, you can control each phone call through command line. For details, please see AutoReminder command line program help file

4. You can go directly using Voicent Gateway

This is a much lower level interface and offers the most flexibility. But programming is harder. For more details, please see Voicent Developer Network

Similarly, we wondered if we could import a plain-text file with phone numbers to call, in a similar fashion, in automatic mode, via the command line.

Yes, details are available online and in the BroadcastByPhone program Help file (Help > Help Topics)

Thank you for your answers. However, when we tried the internal command to produce an HTML output file, no file was created. The command is:

"C:\Program Files\Voicent\BroadcastByPhone\bin\vcast.exe"
 "C:\Documents and Settings\JohnDoe\My Documents\test10.voc"
 -wavfile
 "C:\Program Files\Voicent\MyRecordings\sample_message.wav"
 -cleanstatus -startnow -htmlout "C:\outfile.html"
 -confirmcode 1 

What you need to do is have -htmlout as the only option. Your command should be:

"C:\Program Files\Voicent\BroadcastByPhone\bin\vcast.exe"
      "C:\Documents and Settings\JohnDoe\My Documents\test10.voc"
      -htmlout "C:\outfile.html"

Posted in Auto Dialer, Developer |

Autodialer cancel scheduled broadcast

The broadcast by phone auto dialer will not allow me to cancel any broadcasts that have already been scheduled.

Maybe there are some corrupted files.

You can clean up everything and try again.

1). Select Voicent Gateway main menu > Operation > Scheduled Calls… >
then click the Delete All button

2). Select BroadcastByPhone main menu > Broadcast > Scheduled broadcast…
then select the broadcast and click the cancel button

if failed to cancel, please remove all the .bct files under:
C:\Program Files\Voicent\broadcastByPhone\data

Posted in Auto Dialer |