vxi-discuss |
|
Check out the Readme file which privides a lot of useful informations -
and then spent some time
looking at the code (the source code is not huge). I did not find too much documentation on the test program but after looking at the code I think I got it right. testVXI allows you to test some pieces of your vxml script using the following arguments: testVXI <your vxml file> -maxCalls 1 scriptfile <your response file> Where the response file (it's actually a char string) is the simulation
of the first answer of the user
So if your grammar is:
I'm interested in any additional functionality that I missed. Hope it helps, Vincent I have been trying to figure this out as well. It is clear that the interpreter handles document parsing and execution, and that Ineed to implement that platform interfaces (rec, prompt, tel, etc.)so that the interpreter can call them as the services are needed. But it seems that the "API reference" section of the documentation is not there ... I cannot figure out the sequence of things:-- Do I need to initialize the JS runtime ?-- What is the sequence of API calls that I need to make to set up and initialize VXI session?-- How do I pass the VXI the pointers or handles to the platform API methods that I must implement?I tried to follow the browser/src/client example, but it still is notclear yet. An example in the documentation of the above wouldhelp (e.g. like the SpiderMonkey JS programmer's guide). |
|
This page is maintained by
Alan W Black (awb@cs.cmu.edu) speechinfo.org is hosted on a machine donated by VA Linux Systems |
|