Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Finesse Developer Center
Overview
Documentation
Community
Blogs
Cisco Live Update
Theodore Phipps
| 17 May 2013
Tweet
Finesse Developers,
Are you excited about Cisco Live in Orlando? We are because we're anxious to share all of the progress that the Finesse team has made over the past year. We also want to provide details on our Finesse 10.0 release.
There are two Finesse sessions this year:
BRKCCT1031 -- Cisco Finesse: Revolutionizing the Agent Experience
BRKCDN1001- Programming with the Finesse API
...Read More
"Installing" the Finesse CUIC sample gadget
David Lender
| 16 Apr 2013
Tweet
Finesse gadgets can be hosted on your own web server or on the Finesse server itself.
To host gadgets on your own web server, you host the gadget just as you would any web site. You could use IIS, Apache, etc. That is up to you.
...Read More
Getting Started with Finesse Gadgets
David Lender
| 16 Apr 2013
Tweet
bMost of the information you need is in this Finesse Developer Center and there is a detailed presentation for Finesse Developers here
https://communities.cisco.com/docs/DOC-28452
You can explore the Finesse Developer Center
http://developer.cisco.com/web/finesse
and if you can’t find what you need, let us know.
...Read More
SampleGadget_WebService posted
David Lender
| 27 Mar 2013
Tweet
I. Disclaimer
-------------------------------------------------------------------------------
The SampleGadget_WebService sample gadget is intended to serve as an example of
using the gadgets.io.makerequest function to make a request of a web server that is
accessible via Finesse server.
This is only a sample and is NOT intended to be a production quality
...Read More
SampleGadget_Logging gadget posted
David Lender
| 26 Feb 2013
Tweet
The SampleGadget_Logging sample gadget is intended to serve as an example of initializing and using the
Finesse logger.
This sample illustrates how to initialize the logger and log a message to the console and the Finesse agent logs on the Finesse server.
1. initialize private var
clientLogs = finesse.cslogger.ClientLogger;
2. connect with hub
...Read More
Showing 1 - 5 of 22 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Questions
Cisco finesse : use of Queue Statistics gadget in Agent Role
Threads [
Previous
|
Next
]
Cisco finesse : use of Queue Statistics gadget in Agent Role
Gajanan Pande
8/29/12 4:36 AM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
David Lender
8/30/12 5:45 PM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Karthik Bahiradhan
8/31/12 5:26 AM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
David Lender
9/4/12 2:05 PM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Taveewat Chantaraseno
9/11/12 6:57 AM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Edward Umansky
10/10/12 11:53 PM
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Theodore Phipps
10/11/12 7:11 PM
Gajanan Pande
Posts:
2
Join Date:
10/13/10
Recent Posts
Cisco finesse : use of Queue Statistics gadget in Agent Role
queue statistics gadget
Answer
8/29/12 4:36 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
We have tried to use a "queueStatistic" gadget in Cisco finesse 9.0 i.e.
http://localhost/desktop/gadgets/QueueStatistics.jsp
. but it is throwing error as "
Error retrieving the Queues
"
Can I use the QueueStatistics gadget in Agent Side Cisco finesse gadget 9.0 or is it not supported/meant for Agent login ?
It is working fine if supervisor logs in to the Cisco finesse application. We have given IP Address ( instead of Localhost ) also, still it is not working.
Screenshots attached.
Thanks in advance.
GP.
Attachments:
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
178
Join Date:
4/4/08
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
8/30/12 5:45 PM as a reply to Gajanan Pande.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The QueueStatistics gadget is currently supported only for Supervisors.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Karthik Bahiradhan
Posts:
5
Join Date:
8/30/09
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
8/31/12 5:26 AM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
But infinesse API document 9.0(1) (page 52), they mentioned that it will support both supervisors and agents roles based on the skills assigned.
Why is this Queue statistics feature support in Supervisors only?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
178
Join Date:
4/4/08
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
9/4/12 2:05 PM as a reply to Karthik Bahiradhan.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
First, this is a product support issue not an API issue. Second, the document is incorrect. The Queue statistics gadget has not been tested with and will not work in Agent Role. Also, having all agents receive Queue statistics will put too large a load on the Finesse server.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Taveewat Chantaraseno
Posts:
5
Join Date:
8/7/08
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
9/11/12 6:57 AM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Queue statistics for Agents are very important as well. We had some of this before with CTI OS and CAD and many customers expect to have the same on Finesse. :-)
Padd
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Edward Umansky
Posts:
1
Join Date:
1/29/11
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
10/10/12 11:53 PM as a reply to Taveewat Chantaraseno.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Is Cisco intending to support the queue statistics gadget for agents at some point in the future? I have to echo what Taveewat said about this being a very important feature. This has always been available in CTIOS and most of our customers depend on it. In fact, the last two customer inquiries I've had on Finesse have been related to provided queue statistics to agents.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Theodore Phipps
Posts:
49
Join Date:
4/2/08
Recent Posts
RE: Cisco finesse : use of Queue Statistics gadget in Agent Role
Answer
10/11/12 7:11 PM as a reply to Edward Umansky.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I understand and agree. It is absolutely in our plan to provide real-time queue stats for agents as well as supervisors but we don't have a specific release commitment at this time.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available