CallCentreVoice Topic Aspect ACD - collecting CLI through variables

Created by:
Statistics:
Forum:
Quick links:

Chris Turner on 27/3/2008 12:19:59.
Topic has 4 posts; viewed 3512 times.
Call Centre Answers   [This topic is read only]
Forum List | Unified View | Latest Posts
Popular Topics | Editor's Choice | Voices WebLog

Advertisement
SER Solutions

Author

Comments

Chris Turner
MD
CTC

1 posts
0 friends welcomed

Aspect ACD - collecting CLI through variables  [27/3/2008 12:19:59]

In a CCT, I want to capture an 11 digit phone number in an Aspect 'variable' to enable routing to specific Agent Groups.

At the start of the CCT, I have added a 'collect' step (from $ - dialled digits), then a 'move' step ($ to A) & then an 'IF' statement (using 'variable contents of A is equal to constant).

The problem I have encountered is the variables only hold 9 digits (the phone number has 11) - if I enter in the first 9 digits of the phone number, will Aspect read those & route accordingly, or will the calculation fail as the 9 digits I have entered are not exactly the same as the 11 digit phone number ?

Any thoughts/ideas ?!

You don't have the priviledges to view this user's post history

 

Ian Hartwell
Aspect ACD System Manager
.

3 posts
0 friends welcomed

Aspect ACD - collecting CLI through variables  [15/5/2008 10:41:15]

Hi Chris,

Not to sure why you would have a Collect step as this would play an annoucnement for the customer to enter a number.

You should be able to simply use "Move Var" from $ to A, you may wish to clear var A to make sure nothing else is there first.

The way you have put it wouldnt work, unfortuantly there isnt a feature to shorten the length (e.g. excel you would do Left(VarA,9))

Could you put it in Var C or D which would get the first 7 digits and match up the 7 digits instead of 9?

Another way (bit more messy) would be to use 2 if steps per number. E.G:

If Var A>= 01216035900 = true then IF Var A<=01216035999 = true then Select AG

Thanks

Ian

You don't have the priviledges to view this user's post history

 

Ian Hartwell
Aspect ACD System Manager
.

3 posts
0 friends welcomed

just thinking...  [15/5/2008 13:41:10]

Just thinking... the <=> If steps may not work as had a leading Zero...

You don't have the priviledges to view this user's post history

 

Marianne Marrou
Telecom Analyst
CC, Fulfill, Web Outsourcer

307 posts
0 friends welcomed

Aspect Variables  [6/8/2008 20:27:53]

I know that's a very annoying 'feature' of Aspect that we've complained about.
If you're trying to route by areacode, then I'd suggest moving A to D (or C) which cuts it down to 7 digits and then parse it using a 7 digit comparison. That's what we do for determining Local vs LD for trunking on outbound.
If you're routing only particular callerids to particular agent groups then you can setup ANI routing on the starting application and setup seperate CCTs to route to those agent groups. Of course if you're talking about more than a thousand or so ANIs, then you'll probably need to build this via CTI or IVR with database access.

Gold Level MemberYou don't have the priviledges to view this user's post history

 
  

In Read Only View, you cannot reply to any topic