06-25-2004 01:06 PM - edited 03-13-2019 05:25 AM
Quick question. I have a string of pages that I am passing variables between. I start at a page with a variable "user" and I need to pass that to a CiscoIPPhoneInput page and then pass that, along with the user input to the results page. Is there a way to do that?
06-25-2004 02:10 PM
Ok, I should have read further down the list, I found the answer
06-28-2004 11:21 PM
Hi
you can do this while adding CiscoIPPhoneInput page as service .
when you add service name & url you can add parameters under 'Service Parameter Information' NEW>> define variable name as user & select 'mandatory '.... in the result page you can retrieve this value using Request.QueryString("user") if u are using vbscript.
This user variable can be set for each of the Line configuration while subscribing this service so that for each line variable 'user' has its respective value.
thanks
Sandeep Nag.
07-02-2004 06:42 AM
Send to you the code, to use parameter and variables.
-------------------------------------
----------------------------------
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