Hi Jaison,
The line of code:
[code:1:5738a8f82d]
<assign name="result" expr="'#'"/>
[/code:1:5738a8f82d]
does not follow the necessary naming conventions. The correct code is:
[code:1:5738a8f82d]
<assign name="element_log_result" expr="'#'"/>
[/code:1:5738a8f82d]
Audium needs this extra naming information so that it knows where to store the data, and whether or not the data should be logged. For more details about VoiceXML Insert elements and naming conventions, please refer to the "VoiceXML Insert Elements" section of the
User Guide.
On a related note, you might considering using Audium's pre-built elements for the tasks you are currently using VoiceXML Insert elements for. That would help avoid many of these code-level errors, and is a good way to modularize your application.
Regards,
Vance