05-07-2020 08:18 AM
Hi All,
I have 8 options menu on 1 Incoming UCCX Scripts that contains 8 CSQ (with different skill each CSQ).
The Problem is Agent need to know which CSQ that called.
We have Finesse as call center system, but Agent not always open Finesse on the screen, since they also using another application / window to works.
So is there any way to know which CSQ that called on IP Phone?
05-07-2020 08:33 AM
05-07-2020 10:18 AM
Hi Anthony,
Thank you for your reply.
Unfortunately I'm not expert on any programming skills.
If it can't be done on UCCX, then I'll continue to explain it to my customer.
Thank you so much for your time & reply :)
05-07-2020 10:37 AM
05-07-2020 01:33 PM
There are a couple of ways of displaying the queue name on the Agents phone.
I have posted one of them on GitHub
https://github.com/CCXSample/CCX-Queue-Name-on-Agent-Phone
This is all done in CCX scripting but only works on some phone models so make sure you read the pdf before trying it.
Graham
05-07-2020 01:49 PM
05-08-2020 11:49 AM
Hi Antony
You are correct that you could cache the phone IP address. You also have the agent extension so you could save the phone IP as session data using the using the agent extension to create a session key.
The problem of which IP phone command to use is more complex. I did spend a bit of time looking into other commands and things like CiscoIPPhoneText only work if you in the service menu. You also need a command that will action when the phone is ringing.
I have never managed to deploy this with a customer as the ones that want to know the queue name did not have a phone with graphics capability. So I fear this is going to be limited to an interesting thing to show on your lab.
I did develop another way of getting the queue name on to the phone. This second method needs an external IIS server but I do think it should work on any phone.
I will post this second method but I need to write it up.
Graham
05-08-2020 12:04 PM
05-12-2020 01:24 AM
Hi Graham,
Thank you so much for your advice.
I'll try it
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide