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

First Time Resolution

Status
Not open for further replies.

charnny

Technical User
Jun 15, 2005
40
GB
Dear All, My Manager wants our contact center to track first time resolution by our agents in the form of a questionnaire. She wants this to happen directly after the agent has ended the call. Has anyone done this type of thing before and if so how did you achieve it. Was it programmed in the definity switch or was it a case of using IVR or other applications. Any suggestions would be appreciated.
 
charnny,

use call work codes. look up this thread: thread690-1274149.
 
Thanks for the reply but I dont think its the best approach to let the agent judge 1st time resolution I feel it needs to come from the customer as they are the best judge. Thanks
 
charnny,

there is one method, however it is unreliable and depends solely on caller's wish to listen to announcements and press some digits or anything. there's a field "return destination" on the vdn form page 2. you can fill in a "return questionnaire" vdn here. when a call was processed and agent pressed "release" button, caller will be connected to this "return destination" vdn. the rest is simple: create a vdn with vector like this:
01 collect 1 digits after announcement y (press 1 if you were satisfied or hang up if not)
02 route-to vdn xxxx if digits = 1
03 disconnect after announcement z (thank you for calling, good bye)

after doing that, you'll see how many callers were connected to "return" vdn by running vdn report, and by running report on vdn "xxxx" you'll see how many of them were satisfied. i simplified it, but like that.
note that like any method that depend on caller's will, it's unreliable by default.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top