HomeRegistration is free!CalendarFind other membersHere you can view your subscribed threads, work with private messages and 
  edit your profile and preferencesFrequently Asked QuestionsSearch

Go Back   Community for Avaya Users > Solution Forums > Contact Centers and CRM
  Today's Posts Mark Forums Read

Contact Centers and CRM Discuss contact center and customer relationship management products and solutions.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-20-10, 04:07 PM
miky1979's Avatar
miky1979 miky1979 is offline
Member
 
Join Date: Aug 2006
Location: Moon
Posts: 75
Default Call back

Hi All,

Is it possible to implement a callback solution. Say I call a contact center and they have a lot of traffic at that moment and it gives me a option to enter my phone number and then call me back at my queue position which was 15 minutes. Can it be done through vectors, also how to implement a time based announcement for the queue which tells me my expected answer time in the queue.
Reply With Quote
  #2  
Old 07-21-10, 04:20 AM
dwalin dwalin is offline
Senior Member
 
Join Date: Oct 2007
Location: russia
Posts: 193
Send a message via Skype™ to dwalin
Default

miky1979,

of course it is possible, albeit not entirely with vectors. there's a lot of possible solutions, some fully automated, some fully manual and a plethora of semi-automated ways to do it in between - it depends on many factors, traffic matters most. how many callers will be using callback?
time based announcements can be implemented like this: http://avaya.dwalin.ru/call-center/d...announcements/
__________________
my avaya blog: http://avaya.dwalin.ru
Reply With Quote
  #3  
Old 07-21-10, 05:42 PM
miky1979's Avatar
miky1979 miky1979 is offline
Member
 
Join Date: Aug 2006
Location: Moon
Posts: 75
Default

Hi Dwalin,

I checked your blog and thats satisfies the requirement for time based announcements--excellent article, thanks for that.

Now coming onto the call back feature. I want to implement that any caller expecting 15 minutes or greater of wait time can expect a call back, assuming not more than 5 callers will be in this position, can you guide me how to do that also.

Thanks
Reply With Quote
  #4  
Old 07-22-10, 11:23 AM
dwalin dwalin is offline
Senior Member
 
Join Date: Oct 2007
Location: russia
Posts: 193
Send a message via Skype™ to dwalin
Default

miky1979,

well, the first requirement is to determine which callers to offer this feature - this you already got by defining 15-minute interval as calculated by expected-wait-time routine. next, you need to offer some menu, this is easily implemented with announcement/collect digits step in a vector. then you need to store this information somehow and pass it along to agents for further processing. now that's where the circus begins. as i already said, you can implement this feature in many ways, here are some examples:
  • if you got intuity audix, you can use messaging step in a vector to allow callers to leave voice mail and say when they want to be called. audix can use message waiting lamp indication - not that robust, people tend not to notice these lights - or send messages via email to, say, some agent's address. that agent will be responsible for playing these messages and calling people back. this way is cheap and easy but not too efficient nor robust, although may be suitable for small call centers or small groups with little traffic.
  • if you have cms with external call history interface authorized, you can utilize echi to collect call segment data, filter out abandoned calls and make this data available to agents via web interface, or send it via email - probably even as automated meeting schedules in outlook. this way is cheap and easy too - provided that you already have cms with echi - but nowhere near real time, it can be as slow as once per interval. this may be acceptable, or may not be, depending on your business requirements.
  • if you have ivr, you can use it instead of audix and play prompts, store data in a database, send email reminders, etc. this way is definitely better than simple voice mail, but it does not automate the most problematic step - actual calling-back process. agents still have to punch digits, write down results etc, not too effective and still requires ivr and quite extensive programming.
  • if you have some kind of crm system, you can use one or more ways described above to generate calling activity in that crm. that would solve most problems, but application development could cost you.
  • and finally, you can use a packaged solution, like contact center express - it has callback functionality right out of the box. but, there are "buts" too: cce is not cheap and its robustness is, ahem, questionable at best. at least, for the latest version that has callback function. and here's the question of its longevity as well, too...

so as you see, when i said there's a plethora of solutions to choose from, i really meant it. i don't know your company's business nor your call center, and i cannot tell you which solution would be best for you, at least now and without a lot more data.
__________________
my avaya blog: http://avaya.dwalin.ru
Reply With Quote
  #5  
Old 07-22-10, 09:18 PM
miky1979's Avatar
miky1979 miky1979 is offline
Member
 
Join Date: Aug 2006
Location: Moon
Posts: 75
Default

Thanks for the ideas...so in essence there is no built in solution in Avaya for this. I was thinking on the lines of vector variables to store the number and then present that to an agent. I am able to capture the number but not finding a way to play it back to agent.
Reply With Quote
  #6  
Old 07-22-10, 11:52 PM
mwawiorko's Avatar
mwawiorko mwawiorko is offline
Member
 
Join Date: Dec 2009
Location: Warsaw
Posts: 59
Default

Quote:
Originally Posted by dwalin View Post
[*]if you have ivr, you can use it instead of audix and play prompts, store data in a database, send email reminders, etc. this way is definitely better than simple voice mail, but it does not automate the most problematic step - actual calling-back process. agents still have to punch digits, write down results etc, not too effective and still requires ivr and quite extensive programming.
Voice Portal has WSDL service which can create call any time you want - so it can cover callback functionality
__________________
WAWIT
Quality of Service Blog
Reply With Quote
  #7  
Old 07-23-10, 12:07 AM
dwalin dwalin is offline
Senior Member
 
Join Date: Oct 2007
Location: russia
Posts: 193
Send a message via Skype™ to dwalin
Default

miky1979,

no, there is no built-in functionality in avaya call center so you will have to decide if it's worth bothering for you. i can tell you from experience that manual and semi-automated solutions just do not work in the long run. either people "forget" to listen to those messages or they "forget" to call customers, and it's hard to control whether they actually called or not - i have implemented several such projects with different solutions and every one failed eventually, people just quit using it because it creates more problem than solves. automated solutions like crm or cce do work but they also require human supervision and they're not cheap.

mwawiorko,

i could only wish it was that simple. first, voice portal requires some external application to nudge it on time, calling that "create call" function - whoa there, custom development again? i have seen it implemented by avaya, and i can't say it was either quick or cheap. second, you try developing a voice portal application that will call someone and then transfer the call to an agent - and i do mean it, try and you'll see it's not all roses and chocolate there. not quick nor cheap, definitely. third, using voice portal for automated callback is not actually an option at all - what message would that bring to your customers? "we're so busy here that we can't answer your call on time and even more busy so that even callback is from a piece of iron instead of a human?" that's not customer service.
__________________
my avaya blog: http://avaya.dwalin.ru
Reply With Quote
  #8  
Old 07-25-10, 12:08 AM
mwawiorko's Avatar
mwawiorko mwawiorko is offline
Member
 
Join Date: Dec 2009
Location: Warsaw
Posts: 59
Default

dwalin,

I implemented callback functionality using AVP WSDL and it works very well - customers are happy... Ofc some developing was needed
Used components: Oracle DB, Jboss (with quartz - scheduled job) and small IVR app.

Almost everything can be done, less or more time consuming

BTW. Since AVP 5 there is Proactive Outreach Solution, which might be helpful implementing callback

Brgs
__________________
WAWIT
Quality of Service Blog
Reply With Quote
  #9  
Old 07-28-10, 06:59 AM
dwalin dwalin is offline
Senior Member
 
Join Date: Oct 2007
Location: russia
Posts: 193
Send a message via Skype™ to dwalin
Default

mwawiorko,

yeah sure, anything can be developed. yours is not generic one-size-fits-all kind of solution, though, it should be considered on a case basis. just like everything in a call center, in fact.
__________________
my avaya blog: http://avaya.dwalin.ru
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 04:06 PM.

< Contact Us - Home - Disclaimer - Privacy >


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.