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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vectoring and variable question

Status
Not open for further replies.

Yarglo

Technical User
Aug 29, 2006
4
Hi there,

I'm trying to program a vector like this :

Called number XXXXXX1234
inc-call-handling-trmt => station 91234

In my vector, I would like to catch the station extension as a variable, something like that :

[V1 = 91234]

Goto step x if V1 = 91234
Or, Better :
Route to V1

But any try I did, I'm unable to catch the station number in my variable ...
I can catch the VDN as a variable (Change variables, VND, Latest), but nothing else ...

Any help would be greatly appreciated !!!

Thank you all.

Yarglo

CM 4.2
 
Would this do what you need?

Code:
01 wait-time    1   secs hearing ringback
02 goto step    3             if ani              =      xxxxxx1234

When is the last time you helped someone, just because you were able to?

For the best response to a question, read faq690-6594


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top