Callnow tutorial question

for the ‘callnow’ example in the tutorial,the outbound call is not successful. When I click on http://localhost:8155/ocall/callnow/callnow.htm and enter the phone number I want to call, I do get the message like ‘Your call is scheduled for Tue Jul 07 09:27:44 EDT 2009. [ReqId=1246973264949] But there is no call made to the phone number.

Are there any error messages in the gateway logs or outbound call scheduler logs?

the errors are like “Cannot get files referred by: 1246973264949.req” . I have checked the logs under C:\Program Files\Voicent\Gateway\logs also but they also does not seem to clarify on anything.

1. callnow folder located at C:\Program Files\Voicent\Gateway\outcall\webapps\callnow
2. 1246973264949.log : log under res folder. It refers to startvxml=callnow/callnow.vxml which is also located in callnow folder

Looks like the scheduler cannot find the vxml file.

Simply update your callnow.htm file, and specify the startxml value to an absolute file path or a relative path to C:\Program Files\Voicent\Gateway.

<html>

<input type=”hidden” name=”startvxml”
value=”C:/Program Files/Voicent/Gateway/outcall/webapps/callnow.vxml”>


</html>

or Use the following:

<html>

<input type=”hidden” name=”startvxml”
value=”outcall/webapps/callnow.vxml”>


</html>

Posted in Developer |

Disable one modem

I have a 2 line boardcastby phone enterprise edition. My problem is this, one of the modem is connected to a line and the other is not. The software is trying to dial both modems. Is there a way to stop the other line that is not connected from dialing?

Yes, please select Setup > Options > modem from the gateway main menu, then select the modem to set to Not Use.

If you use an older release, you need to disable it from Windows Control Panel, and reboot.

Posted in Voice Modem |

Support for older release

If you are using a release that is no longer supported, you can still get help information by searching our online knowledge base and other online document under support. Voicent provides free email support for the latest release, or if your purchase is withing a year.

The latest release can be found at the download page. Voicent release is labelled as X.Y.Z, where X is the major release number, Y is the minor relase number, and Z is build releated info. You can always upgrade to a later release that has the same major release number, such as upgrade from 6.2.1 to 6.5.2. But you need to have maintenance contract or purchase upgrade if you want to upgrade to a new major release, such as from 6.2.1 to 7.0.1.

If you would like to upgrade or get maintenance contract, please visit Voicent Online Store

Posted in General |