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
"Installing" the Finesse CUIC sample gadget
David Lender
16 Apr 2013
Getting Started with Finesse Gadgets
David Lender
16 Apr 2013
SampleGadget_WebService posted
David Lender
27 Mar 2013
SampleGadget_Logging gadget posted
David Lender
26 Feb 2013
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
RE: Finesse Developer Training
Threads [
Previous
|
Next
]
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
Finesse Developer Training
Answer
3/5/13 6:22 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
We are looking to get feedback from new and existing Finesse Developers on the types of training, sample gadgets, and other materials you are looking for relating to creating Finesse gadgets/applications.
Please provide your input here.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Chuck Smith
Posts:
7
Join Date:
9/19/08
Recent Posts
RE: Finesse Developer Training
Answer
3/5/13 7:13 PM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
For training...ovbiously the most important is how to leaverage all of the API. Mainly the User and Dialog portions.
For Gadgets....Example SQL and Web Service ones would be nice.
How about an example on how to lauch external applications as well? Like sending command line to the host machine.
And don't be scared to accept my Jabber invite.
I promise I won't bother you too much.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from CHARLES SMITH in Cisco Finesse - General Questions: RE
Answer
3/5/13 10:23 PM as a reply to Chuck Smith.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Charles, thanks for your input.
Look for a SampleGadget_Webservice sample gadget to be available soon which will show how to use the gadget.io.makerequest to have the Finesse server proxy an http GET request.
I am not sure what you mean by an example SQL gadget. Can you elaborate? Neither the Finesse gadget javascript nor Web Services API supports SQL.
Nor is there a method to launch an external application via Finesse gadget javascript or WebServices API.
Perhaps you are thinking the gadget.io.makerequest is more powerful than it actually is. For a full definition of the gadget.io.makerequest see the OpenSocial documentation (The Finesse Desktop supports OpenSocial Core Gadget Specification 1.1.) the makerequest is defined here
http://opensocial-resources.googlecode.com/svn/spec/1.1/Core-Gadget.xml#gadgets.io.makeRequest
David
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
subrahmanyam juluru
Posts:
2
Join Date:
2/7/12
Recent Posts
Finesse Developer Training
Answer
3/13/13 6:09 AM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi All,
I am looking for Finesse Training program.
can any body suggest where the developer training program available and please share me the catelog of course concent.
Highly appreciate for your quick reply.
Regards
Juluri.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from subrahmanyam juluru in Cisco Finesse - General Questio
Answer
3/13/13 7:57 PM as a reply to subrahmanyam juluru.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Juluri,
Most 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.
For an overview of Finesse and creating Finesse gadgets http://developer.cisco.com/web/finesse/technical-overview
You will need a Finesse and UCCE lab. Getting started with that is defined here http://developer.cisco.com/web/finesse/getting-started-guide
Once you are able to work with the Finesse Agent desktop and the Cisco supplied gadgets, and are ready to develop your own gadgets, start with the Finesse Javascript Library by downloading it from the tools folder on the documentation page http://developer.cisco.com/web/finesse/documentation
The Finesse 9.1(1) version of the finesse javascript library is in finesse_javascript_library_and_samples_9.1.1.zip
Unzip the file and you will see a Gadget and Non-Gadget sample directories.
Copy the files from Finesse_9.1.1\samples\GadgetSamples to your 3rd party web server where you will be hosting your custom gadgets. (You can have the Finesse server host your gadgets by following the directions in Chapter 10 of the Finesse Developer Guide)
Then you will need to add the sample gadget to your Finesse Layout XML. For information on modifying the default layout see the Finesse Developer ppt here https://communities.cisco.com/docs/DOC-28452 and the Finesse Administration Guide
For the finesse gadget sample you will be adding something like
<gadget>http://<IPaddress>/3rdpartygadget/files/SampleGadget.xml</gadget>
There is a presentation on creating a Finesse gadget here https://communities.cisco.com/docs/DOC-28452
Next try downloading and installing the other sample gadgets in the Sample Gadgets directory. You might start with Screenpop.zip
You can see a video on how to modify the screenpop gadget to screenpop your own url here: http://developer.cisco.com/web/finesse/videos
That should get you started. If you have any questions you can post them here or in a new thread.
David
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
subrahmanyam juluru
Posts:
2
Join Date:
2/7/12
Recent Posts
RE: New Message from subrahmanyam juluru in Cisco Finesse - General Questio
Answer
3/14/13 7:43 AM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi David,
Thank you for your reply.
I got Idea how to start cisco finesse.
sure if i have any queries i will post in the community as a new thread.
Regards
Juluri.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Basudeb Acharyya
Posts:
3
Join Date:
2/18/13
Recent Posts
RE: Finesse Developer Training
Answer
4/24/13 3:08 PM as a reply to subrahmanyam juluru.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Helo David,
Very recently our company made a decision to purchase CISCO Finesse to implement server side CTI solution so that it can work with our thick Visual Basic DeskTop Agent facing application.
Our current CTI solution is is based CISCO CTIOS 7.1.1 toolkit.
Question:
Please let me know whether we should go for CISCO Finesse with our thick clients or not. If it is, then please let me know whether you have any sample application that I can see how to use.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from Basudeb Acharyya in Finesse - General Questions: RE: F
Answer
4/24/13 5:58 PM as a reply to Basudeb Acharyya.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
CTIOS is still supported, I don’t know what your reason is to move to Finesse.
Finesse does provide a webservices API which can be used from either a thick or thin client.
Your thick client application needs to be able to send http requests and connect as an XMPP client.
There is not a thick client sample. There is a thin-client (non-gadget) webservices API sample included with the Finesse javascript library.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Basudeb Acharyya
Posts:
3
Join Date:
2/18/13
Recent Posts
RE: New Message from Basudeb Acharyya in Finesse - General Questions: RE: F
Answer
5/16/13 5:41 PM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Actually, we need get rid of Client side intallation. Recently I have gone through the term CTIOS Web Service solution. Could you please explain the following things:
Difference between CTIOS Web Service and CISCO Finesse.
For CISCO Finesse solution, whether CISCO FINESSE will replace the existing CTIOS servers.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from Basudeb Acharyya in Finesse - General Questions: RE: N
Answer
5/16/13 6:09 PM as a reply to Basudeb Acharyya.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Cisco Finesse is the preferred solution for thin client agent desktop. Finesse server has a direct connection to CTI Server, just as CTIOS Sever does. Finesse does not use CTIOS Server. CTIOS Web service is available from custom engineering team. For more information about CTIOS Web Service, contact custom-application-request@cisco.com<mailto:custom-application-request@cisco.com> They should be able to help you determine if the CTIOS Web Service is right for you.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from David Lender in Finesse - General Questions: RE: New M
Answer
5/16/13 6:13 PM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Here is a feature comparison between CAD,CTIOS, and Finesse
http://www.cisco.com/en/US/partner/prod/collateral/voicesw/custcosw/ps5693/ps11324/product_bulletin_c25-695211.html
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available