Can result_URL pick up namelist from exit element?
Posted: Fri Aug 31, 2007 5:15 am
Let's assume I have VoiceXML script that makes an outbound call. I send the start_URL and the result_URL to the plumVoice hosted platform to trigger the call.
When the script ends, I use an exit element to exit. If I include a namelist, where does that information go, if anywhere? Can it show up POSTed to the result_URL?
Alternatively, is it possible to modify call_parameters dynamically and have that new value show up in result_URL?
I'm just being lazy here and attempting to avoid implementing/testing/maintaining an extra data element.
When the script ends, I use an exit element to exit. If I include a namelist, where does that information go, if anywhere? Can it show up POSTed to the result_URL?
Alternatively, is it possible to modify call_parameters dynamically and have that new value show up in result_URL?
I'm just being lazy here and attempting to avoid implementing/testing/maintaining an extra data element.