I noticed in the output of VXIpromptPrefetch, I was not getting well-formed output when logging. I was getting something like:
Jun 7 18:03:25.36|1162927024|19|5002|VXIpromptPrefetch|<?xml version='1.0'?><speak version='1.0' xmlns='http://www.w3.org/2001/10/synthesis' xml:base='/path/to/hw.vxml' xml:lang='en'><audio src="hw.wav" fetchtimeout="7s" fetchhint="prefetch">Hello World!</audio></speak></speak>
I'm running Open VXI 3.4 on Linux x86 (SLES 9).
VXML file exhibiting behavior
A patch fixing VXIpromptPrefetch
Logged In: YES
user_id=560196
Originator: YES
I debugged into VXI, and as far as I could see this patch fixes the problem I was seeing.
File Added: prompt-manager.patch
Addtional sample
Logged In: YES
user_id=560196
Originator: YES
Here's another sample that has a similar problem.
File Added: hw2.vxml