Hi Harshal,
Unfortunately we don't get from Cisco a URL with the wav files - seems that such implementation are platform specific and with Cisco / CVP seems we don't have such solution.
The only workaround for that is to develop your own code in order to get the the wav file locally via Submit/HTTP POST as stated in the VoiceXML 2.1 recommendation.
http://www.w3.org/TR/voicexml21/#sec-reco_reco "Like recordings created using the <record> tag, utterance recordings can be submitted to a document server via HTTP POST using the namelist attribute of the <submit>, <data>, and <subdialog> elements. The enctype attribute must be set to "multipart/form-data" [
RFC2388], and the method attribute must be set to "post". To provide flexibility in the naming of the variable that is submitted to the document server, the interpreter must allow the utterance recording to be assigned to and posted via any valid ECMAScript variable. "
Hope this help
Gilles
Fredrick Cook:
Hello Gilles,
I was a good thread that you had started and quite important as well. At present we are looking for the same URL - So that it can be passed on to an Agent to hear the utterance [Which was recorded on Speech Server].
Were you able to get any resolution or conclusion ?
Thank you
Harshal
Gilles Caloz:
Hi Hemal,
That's exactly the problem. As you propose, it is possible to submit the audio files and then you can save it on your application server. But you will not get the Link (URL) of the file that is already saved on the MRCP Server.
Gilles
Gilles,
Try this:
<assign name="element_log_value" expr="application.lastresult$.recording"/>
Let me know, what it shows.
Hemal
.