I am having a vxml page , which calls an another vxml sending the namelist as follows
How to access the namelist variables in genesys composer? If it is not possible , can i append a query string like ( and access it using genesys composer?
I tried updating userdata session variable. It is updating in userdata alone , not coming in sip headers. How can i achieve it??
In case you are using the NGI interpreter (and I think and hope you are.:-)) - use the “session.connection.protocol.sip.requesturi”. If you are not sure about that, you can follow the samples provided by the Composer and get the solution from these examples.
Yep, sorry I have bad understood your needs. This variables should be parsed by some script (ASP, JSP, etc) and not by VXML itself. From my point of view, it is better to call the another form directly with using the “#” sign, etc. You can of course learn or use the existing JSP/ECMA from samples project within Composer, where this script should be stored. In general, the script is not hard to developer and in other hand, on internet you can find many samples of this.
I have tested it and the variables is part of querystring, as I had mentioned before. You can see the requested URI for example in application logs of MCP, on sniff level, or something like that.