Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

See Variable Assignments in CMS?

Status
Not open for further replies.

TMMacleod

Technical User
Mar 2, 2010
7
GB
Is there any way to see variable assignments using CMS? We're using feature access codes to allow users to set variables and subsequently select how their calls route. However, this doesn't allow them to see how the variable is currently set. We were hoping this might be possible using CMS but can't see a suitable report.

Any ideas?
 
I think the answer to your question is NO. But you could build your vector to activate the variable to be able to play an announcement stating the stage or they way the varible is currently set. And when you change the varible it will announce how it is set at that time. Such as Announcement 2218 "The Time of Day is bypassed to active the TOD press 1" Announcement 2216 "Open TOD bypassed" OrANnouncement 2219 "the Time of Day is active. To bypass TOD routing press 1" Announcement 2217 "Time of day Active"

01 goto step 18 if X > 2
02 goto step 19 if X < 1
03 goto step 8 if X = 2
04 collect 1 digits after announcement 2218 for none
05 goto step 12 if digits = 1
06 disconnect after announcement 2216
07 stop
08 collect 1 digits after announcement 2219 for none
09 goto step 15 if digits = 1
10 disconnect after announcement 2217
11 stop
12 set X = X ADD 1
13 disconnect after announcement 2217
14 stop
15 set X = X SUB 1
16 disconnect after announcement 2216
17 stop
18 set X = X SUB X
19 set X = X ADD 1
20 goto step 4 if unconditionally
21
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top