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

Can ACD call be routed base on the incoming area code?

Status
Not open for further replies.

247star

MIS
Nov 28, 2008
14
0
0
US
If I have a call from 415 area code, can I write a vector to route it to VDN 20XXX?
 
You can do this through a vector routing table.

Use command "add vrt xx" (where xx is the number of the table) to create the table, and enter 415+ on line 1 of the table.

Your vector will have these steps:

01) Goto step yy if ani in table xx
02) (normal vector steps here...)

yy) route to number 20xxx with cov n if unconditionally
 
In your vector you can write a goto step ? if ani = 415???????. Then have that step routed to your VDN.

"A people that values its privileges above its principles soon loses both."
- Dwight D. Eisenhower (1890-1969), Inaugural Address, January 20, 1953

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


 
You can also use the line
Code:
GOTO STEP X IF ANI = 415+
.

Susan
"An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't."
- Anatole France
 
Thank you. That's very helpful. I got the vector to route call based on Area Code.

thanks,
tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top