Database Chapter added to IVR Tutorial

A new chapter of database integration is added to the IVR Tutorial.

Chapter 9 is based on the database integration sample. At the end of the chapter, the sample is further enhanced to include fetching more information from the database, and use the information as prompt.

Posted in IVR Developer |

IVR Database (MySQL/MSSQL) Integration Sample

One frequently asked sample is for connecting IVR with a database system, such as MySQL or Microsoft SQL Server. We have create a new sample based on the Protected Information sample, where the password is hard coded.

In this new sample, callers are asked to input their account number and password, which are checked against a relational database. If the password is correct, then the protected information is played back to the caller.

For more information, please see IVR database integration sample

Posted in IVR Developer, IVR Usage |

Test IVR voicemail to email

I purchased IVR Studio today and have been playing around with the sample voice to email app, I inserted my email in the string – and the script validated but it doesnt send out any emails.

It is hard to know what is going on on your site. The best way to debug this is to run the Java code separately from IVR Studio.

You should be able to run MyEmailSender in a debugger to see which line it has the problem.

You should also check with your ISP’s support page on the exact settings and user names for using email client.

Posted in IVR Developer |