While we recommend having some IT experience and programming ability, you only need two things to use IVR Studio:
A desktop or laptop computer with Windows 2003/XP/2008/Vista/Windows 7, 8 operating system.
It can be a VOIP/internet phone service, a PBX system with SIP extensions, or a traditional analog phone line (requires voice modem and XP operating system).
VOIP Services like
IP PBX systems like
SIP Trunks like
Analog Phones like
There are two types of prompts: normal text and audio file. When normal text is used, the gateway automatically converts it to audio using text-to-speech engine. If it is audio file, the gateway simply plays the audio file.
When a variable is used, the gateway may not know what type of item is being referred to. For example, if you use a database operation to get an audio file, and save the audio file path in a variable, then you must specify the type of the variable.
For normal text items, you may also further specify the prompt format.
For example, if you have a text item “2032345″the text-to-speech will say it as “2 million ...?, but if you specify it as "phone number", then the system will say it as a telephone number; and if you specify it as "DTMF", then the system will send DTMF tones 2032345 (as if you pressed key 2, key 0, and key 3,...).
In most cases, you want to use IVR Studio. Not only you will have a clear view of your application, but also you can save a lot of time by not having to type in the low level VoiceXML code.
If you have to dynamically generate VoiceXML code in your application, then you have no choice but to use VoiceXML directly. In this situation, you will still benefit from using IVR Studio. Under the hood, IVR Studio automatically generates VoiceXML files and deploys them to Voicent Gateway. You can use these generated VoiceXML files as a starting point for your program.