cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
3
Replies

Passing Variables

john.welsh
Level 5
Level 5

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?

3 Replies 3

john.welsh
Level 5
Level 5

Ok, I should have read further down the list, I found the answer

as.pillai
Level 1
Level 1

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.

neirival.sousa
Level 1
Level 1

Send to you the code, to use parameter and variables.

-------------------------------------

SPT

User:<%=nUser %>

http://localkost/LoginService/ndial.asp

Number

ABCD=<%=nParam %>

T

----------------------------------