05-29-2015 07:51 AM
Hey.
Which javascript function kan i use to get the QueueName of an active Call. In CAD the agent could see which queue the call was coming from, but they can't see it in Finesse
As i can see in the js file i should be able to make a call something like this
var QueueName = finesse.restservices.Queue.getName()
or
var QueueName = finesse.restservices.Queue.prototype.getName()
and should get the name of the queue - but none of these are returneing anything
Thanks
Thomas
Solved! Go to Solution.
05-29-2015 08:13 AM
Hey Thomas. Those methods would be used for getting the name of a Queue when you get a list of Queues. It isn't for what you are trying. Finesse currently does not have the ability to get the Queue for the active call. It is on our watch list as a feature.
g.
05-29-2015 08:13 AM
Hey Thomas. Those methods would be used for getting the name of a Queue when you get a list of Queues. It isn't for what you are trying. Finesse currently does not have the ability to get the Queue for the active call. It is on our watch list as a feature.
g.
05-29-2015 08:16 AM
Thanks for your quick answer. :-)
Ill look forward to that feature (and my customers)
/Thomsd
07-16-2018 12:32 AM
Hello.
And this feature still doesn't implemented?
07-16-2018 11:37 AM
Hi,
The queue name of the active call was added in Finesse 11.6: https://developer.cisco.com/docs/finesse/#!dialog/dialog-object-for-voice-calls
It is now part of the dialog object for the call. I don't see the method available via the JavaScript library, but since its in the dialog object, you can get the data from the dialog object and parse out the queueName.
Thanx,
Denise
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