Genesys CTI User Forum > Genesys-related Development

How to send parameters in GOTO block in GVP composer ?

(1/2) > >>

anandgenesys:
Hi Folks,

    I need to send parameters in the GOTO block.How can I achieve this ? There is parameters button in the properties of GOTO block.But it is like check box . Also how can I receive the parameters and parse the input data in the external IVR applicaiton or another callflow ?

cavagnaro:
Entry and exit blocks. You define which variables are used as input and output. Read documentation about sub callflows

anandgenesys:
Thanks for your reply. I know how to send parameters to the callflows using the subdialog block. I want to know how to send parameters with GOTO block . The reason for using GOTO block is , I don't need to return the IVR call back to the exit block. So , How to do this with GOTO block ? ???

cavagnaro:
Ah ok.
If not remember bad data will be transfered via parameters option, only available if type is URL. Then they are send as simple HTTP query strings and you capture them on your application.

anandgenesys:
Thanks for your quick reply. Also thanks for remembering the data will be passed in url as querystring, Only if I set the location-type property as url in GOTO block property.

If suppose I can send the data from GOTO block like ,

              http://localhost:8080/MyAPP/src-gen/Main.vxml?name=anandl&sex=male

Howcan I ge the name and sex values in the next IVR application or another callflow ? So can u give an Idea or code logic of how to parse and get the parmeters in the next IVR application or some other callflow  from GOTO block ?  ::) :'(

Navigation

[0] Message Index

[#] Next page

Go to full version