PBXtech.info  
\'\'

Go Back   PBXtech.info > Avaya > Definity Servers

Reply
 
LinkBack Thread Tools Display Modes
Old June 8th, 2006, 09:13 AM   #1 (permalink)
grahekf
PBXtech SILVER 25+ posts
 
Join Date: Mar 2005
Posts: 74
grahekf is on a distinguished road
Variables, VDN's and Vectors

Can anyone provide me with examples orsample vectors that use variables or at least a good description of how they work? I have a couple hundred vectors that I beleive I could cut in half If I learn to use them properly.

Thank you.
grahekf is offline   Reply With Quote
Old June 10th, 2006, 12:14 AM   #2 (permalink)
thetris
PBXtech SILVER 25+ posts
 
Join Date: Aug 2004
Posts: 30
thetris is on a distinguished road
Re: Variables, VDN's and Vectors

a variable is a value that can be shared through vectors and could contain numberous of criteria. Some of them are: stepcount(amount of steps in a vector) time of day, day of year, collect.

Say you want a caller follow a certain maximum of vector steps you can use stepcount. You can use the variable day of year for routing based on a specific day. (Looks a bit like holiday table)
Another variable is collect. With this one you can place collected digits into a digit buffer and use them for further routing(and digit string operations)

There is also a so called MOD10 variable. This is used in a credit card check vector. There is an algorithm that can provide validation for a credit card number.

If you use a variable with the set function you can change the variable for example by phone. In that way you would for example activate a holiday announcement for lots of vectors in one time.

The goal for variables is to minimize the amount of vectors used and to centralize en simplify common shared values in vectors.
thetris is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old June 19th, 2006, 02:16 AM   #3 (permalink)
rodrifra
PBXtech SILVER 25+ posts
 
rodrifra's Avatar
 
Join Date: Oct 2005
Posts: 58
rodrifra is on a distinguished road
Re: Variables, VDN's and Vectors

"change variables"

This command will let you define your variables, here is my line:

Var Description Type Scope Length Start Assignment VAC
A ultimo_vdn vdn L latest

As you can see the name of the variable is A, so when you refer to that variable that's what you'll have to put in your vector.

This is my vector:

01 goto step 7 if counted-calls to vdn active > 3
02 goto step 9 if A = 9448
03 goto step 13 if A = 9622
04 goto step 13 if A = 9077
05 goto vector 28 if unconditionally
.....

As you can see one vector can be used for different VDNs with different paths for each VDN.

Thera are more types of variables, just use the help and play with them.
rodrifra is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 09:00 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2002 - 2007, PBXtech LLCAd Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38