CallXML:
Hello World, CallXML, With generated sound: Skype +99000936 9996075490
Insights: CallXML may be a better solution than VXML. It is a simplier syntax and will allow all of the functionality I'm looking for.
xml file
Hello World, CallXML, With recorded sound: Skype: +99000936 9996075485
Insights: Adding the <wait> tag at the begginging is a necessary hack to prevent the program from being cut off.
Also, with <prompt> the value element can be used to generate text or to play a recorded text.
xml file
Hello World, Inheritence: Skype: +99000936 9996075492
Insights: The child nodes of CallXML inherit the values of their parents.
Not a bad idea to add some wait time at the end of the program also.
xml File
Choices: Skype: +99000936 9996075494
Insights: You can use voice or keypad interface to trigger <on> events.
You can give different user inputs that will trigger the same options.
xml File
Recording: Skype: +99000936 9996075496
This will record and save an audio file.
xml File
Thought: There will probably need to be some type of connection with php and mysql to make it where the correct audio files can be accessed, changing the CallXML/VXML file slightly each time. This functionality is possible.
Download rough_auditory_experience.pdf (pdf): A rough script of auditory to voice interaction.
Comments