01-31-2007 08:06 AM - edited 03-14-2019 12:29 AM
Hi,
we have main script where caller can choose a language (Eng, Esp, Cre,...) and several other options, but let's make this smple.
After language selection our intention is to transfer the call to another script which provide call queueing.
We would like to keep an information about language selection and according to this to provide queuing.
What method of passing variables between two scripts you can recomend - via XML, Session information or else.
Thanks
Mladen
01-31-2007 02:39 PM
You could use subflow to call second script, then pass variables. Or the only way is to use database or XML, as IPCCX doesn't support global variables.
Wei
02-01-2007 09:05 AM
You can use Session information to pass variables between applications. If application 1 calls application 2, then you can use the "Implementation ID" as the Session Mapping parameter to provide the link between the applications.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide