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!

Routing Blocked Callers to a menu or disconnect

Status
Not open for further replies.

inoburger

MIS
Dec 14, 2007
30
0
0
US
Can I write a script on AACC 6.0 so that if I don't see CLID, I disconnect them or route somewhere else? I know how to do it if I see caller id but not sure to do so if caller is blocked.

I've tried using a CLID variable but not sure what the list of values should be if the caller is blocked.

Thank in advance for any help.
 
How about something like this:

IF CLID = 20000000000..9999999999 THEN
EXECUTE Valid_Clid
ELSE
DISCONNECT or whatever
END IF

SECTION Valid_Clid
Continue with scripting...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top