cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
2
Replies

Retrieve details from Lotus Notes to Cisco 7940 Phone

dilipagheda
Level 1
Level 1

Hi Folks,

Good Day.

I have a project requirement using Cisco 7940 IP Phones. What I want to do is to retrieve details from IBM Lotus notes and pushing it to IP Phone display. Can you please guide me how can i start this project?

I am thinking about writing a web service on tomcat which will talk to lotus notes. but i don't know any API which do this.

regards,

Dilip Agheda

2 Replies 2

stephan.steiner
Spotlight
Spotlight

This really is a Cisco forum so unless you're lucky, you have to start looking for Notes forums to find out what APIs it offers. When it comes to sending information to the Cisco phones, you have checked out the SDK and the development documentation? It will answer your questions about pushing info to the phones.

If not, bang your head against a wall once, then download the SDK from this page: http://www.cisco.com/cgi-bin/dev_support/access_level/product_support (you'll need an account at cisco, which is free)

I agree with Stephan - you'll need to explore the Lotus Notes APIs to find out what's available. One protocol that is likely to be available is LDAP, and another may be JavaMail.

Of course, you'll also want to learn how to create Cisco IP Phone applications - follow Stephan's link and get the SDK to get familiar with Cisco IP Phone development.

You'll probably want to obtain the Lotus Notes java library, though if you find out where that is, let me know! My guess is that it is obtained from a Lotus Notes install, much like Cisco's jtapi.jar is obtained from downloading a plug-in from CallManager.

Here are some links that might be of use:

Here's IBM's Lotus Developer page:

http://www-128.ibm.com/developerworks/lotus

This site has API examples for notes, though written in C:

http://www.nsftools.com/tools/apisamples.htm

Using Lotus Notes with Eclipse to manage and run your Java programs:

http://www-128.ibm.com/developerworks/lotus/library/notes-eclipse/

Introduction to the Java Mail API

(see second paragraph of second page where the author discusses how to adapt the example to Lotus Notes)

http://www.javaworld.com/javaworld/jw-06-1999/jw-06-javamail.html

jGuru JavaMail FAQ Home Page:

http://jguru.com/faq/home.jsp?topic=JavaMail&page=3

devx.com: A Lotus Quick Tour

http://www.devx.com/ibm/Article/19939