Yes, we were talking
about Luigi's voice when we mentioned music! Here are the steps to build our first
IVR application that plays Luigi's welcome greeting!
Time for Action: Creating an Application and
Welcoming Callers
1. Using voice recording software (such as Sound Recorder on Windows),
create a short welcome greeting. Save the file in 8bit, 8kHz u-law format as
welcome.wav. Most servers will play back audio in this format, even if you
save it in higher quality, so it's best to save in 8/8 format at the beginning.
We have recorded Luigi's voice and saved the file!
Chapter 9
[ 163 ]
2. Voxeo applications are stored in the Program Files\Voxeo\www folder by
default. Locate the folder on your computer and create a new folder in it.
Name it potr.
3. Copy the welcome.wav file to the potr folder we just created.
4. Create a new text file in this folder. Name it index.xml, and enter the
following code in the file.
5.
Pages:
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217