Composer - Voice Project - pass paramerters between IVR applications

Does anyone know how to get the parameters passing from Goto block?
For example,
in my IVR app1, Goto block, I put parameter “inputDnis=1234567”, Target URL= “http://localhost:8081/app2/Main.vxml
My question is how to get this inputDnis value in app2 ?
Thanks.

1 Like

Using SIP Headers, check the Help of Composer. GVP attaches the variables in the SIP messaging so you can get them from there too, just like if Genesys SIP Server would send them

1 Like