|
Author
|
Topic: VoiceXML & parser
|
Kis Hajnalka
Junior Member
Member # 3153
Rate Member
|
posted May 17, 2005 10:17 AM
What I'd like to do is getting the user input from a voiceXML dialog, putting it ina parser or any other program to elaborate as a string, then getting it back and work with it in the original VoiceXML dialog. Is it possible? I mean, mix VoiceXML with other programming languages or programs as well? [ May 19, 2005, 02:31 AM: Message edited by: Kis Hajnalka ]
Posts: 3 | From: M�nchen | Registered: May 2005
| IP: Logged
|
|
Voice Enabler
Junior Member
Member # 3156
Rate Member
|
posted May 20, 2005 03:48 AM
Hi,
you may submit the information, collected in the VoiceXML dialog, to a jsp (or anything similar) page with gets the information out of the request, parses it and generates itself a VoiceXML dialog, which is then processed again by the VoiceXML interpreter.
Posts: 3 | From: Berlin | Registered: May 2005
| IP: Logged
|
|
Kis Hajnalka
Junior Member
Member # 3153
Rate Member
|
posted June 07, 2005 01:48 AM
quote: Originally posted by Voice Enabler: Hi,
Sorry for the late answer...
you may submit the information, collected in the VoiceXML dialog, to
that's the point. What could be anything similar, where I could work with the user input of the dialog outside of the dialog?
Could it be possible to get to the same dialog back without generating a new one as you mean?
a jsp (or anything similar) page with gets the information out of the request, parses it and generates itself a VoiceXML dialog, which is then processed again by the VoiceXML interpreter.
Posts: 3 | From: M�nchen | Registered: May 2005
| IP: Logged
|
|
scorpio
Junior Member
Member # 3762
Rate Member
|
posted August 30, 2006 02:02 AM
quote: Originally posted by Voice Enabler: Hi,
you may submit the information, collected in the VoiceXML dialog, to a jsp (or anything similar) page with gets the information out of the request, parses it and generates itself a VoiceXML dialog, which is then processed again by the VoiceXML interpreter.
-------------------- scorpio
Posts: 2 | From: India | Registered: Aug 2006
| IP: Logged
|
|
scorpio
Junior Member
Member # 3762
Rate Member
|
posted August 30, 2006 02:06 AM
Hi, i am new to VoiceXML. Actually I have a different problem can u tell me plz.I want to know which is the parser used for the VoiceXML Document. Actually I have to parse it and have to store its elements name and their value in a database like Microsoft Access.Is there is any way to how to get all this information in a database as i said. Plz help in this regard make me grateful to the helper.Is Expact can be used??????????????/
-------------------- scorpio
Posts: 2 | From: India | Registered: Aug 2006
| IP: Logged
|
|
MrMagoo
Junior Member
Member # 3240
Rate Member
|
posted August 30, 2006 08:21 AM
quote: Originally posted by scorpio:
Actually I have a different problem can u tell me plz.I want to know which is the parser used for the VoiceXML Document.
There is no dedicated parser for VoiceXML. Which programming language are you using?
quote: Originally posted by scorpio:
Actually I have to parse it and have to store its elements name and their value in a database like Microsoft Access.Is there is any way to how to get all this information in a database as i said.
This is possible, although I do not understand the sense of it. Th eimplementation depends on the programming language that you are using.
Posts: 4 | Registered: Sep 2005
| IP: Logged
|
|
|