Setup IVR voice mail account

What is the process of setting up “voice mail” accounts on the IVR Studio program? And what are the perameters of my options?

The voice mail account is setup with the Recording element. A recording element sets the IVR system up to record the phone audio to an audio file. The sample application that is included in IVR Studio is the simpliest voicemail application. You can open the application from the IVR Studio program main menu > Library > voicemail. The document for the voice mail application is avaible online.

The next thing to setup for a voicemail account is where to store the recorded audio file, which is a regular .wav audio file. You can save the audio file in a particular folder or save to a relational database. For example, one easy setup for voice mail accounts is to arrange them as separate folders, and use account number or extension number as folder name. But since the file is just a regular Windows file, you should be able to access or use it anyway you want. You could send the recorded audio file as an email attachment, as shown in the voicemail to email sample.

The service I am intending to provide will give each user a unique voicemail account. Callers wanting to leave a message for my clients, will call into a main number, enter the unique 4 digit account number when prompted, and leave a message. The message will be emailed by Voicent IVR Studio to the client.

This description is close to the Voicemail to Email sample. You can open the sample from the IVR Studio main menu > Library > Voicemail to email. The document for Voice mail to email is available online. The Java code for sending the recorded audio file is included in the sample. All you need to do to have the sample working is to set the correct values for email servers, recompile the Java code, and deploy the application.

Then I would like to have the option for my clients to be able to call in, enter a password, and be able retreive any messages from their voicemail.

This can be accomplished by given the caller a choice (press 1 for account holder and press 2 for other caller) at the beginning of the call. The choice can be implemented using the Choice element. The Auto-Attendant sample shows the usage of a choice element.

You could also provide another phone number for your customers. So when they call in, you simply direct them to their voice mail account. But this will require you to setup another IVR Studio on a different computer also.

Posted in IVR Usage |

IVR Route Calls by Login

I’m interested in your IVR Studio and dialer applications, but I have a few questions about their compatibility and functionality. I’m currently using Oaisys Netphone. Is that compatible?

Voicent software supports VOIP through Skype. Voicent program will directly interact with Skype software. For other VOIP serivces, Voicent program cannot direct interact with the their software, mainly because they usually do not provide access API. However, if the service provides an analog phone adapter, then you can connect the phone adapter through a voice modem. For example, if you use Vonage, you can connect a voice modem to the Vonage router/adapter, and Voicent software will be able to use Vonage.

Also, I noticed that you have the ability to present specific content via password access. Is this information dynamic or simply static content? Also, can you rout calls by user-login?

Either way is fine. The sample is a simple application, where the information is stored in a file or relational database. IVR Studio is a development enviroment also, so you should be able to develop your application any way you want. The basic extension methods for IVR Studio are web interface (HTTP protocol) and Java interface. In theory, you should be able to write any application using the Java programming language. For example, you should be able to implement an application that routes calls by user login.

Posted in IVR General |

IVR and C#

I want to develop a low-cost IVR application with C# as the language. I want text-to-speech and speech-recognition

If you application is not that complicated, you could use Voicent IVR Studio to create your application. No programming required. If you want to extend the application, such as integrate it with a web site or database, you could use the IVR Studio web interface (using HTTP protocol), or Java interface.

If your application requires more complicated, and you have to use C#, then use Voicent Gateway. The gateway is a VoiceXML based development platform. For samples, tutorials, and documentation, please see Voicent developer network

Posted in IVR General |