Wednesday, October 24, 2012

Polycom & IBM Connections Suite...

An example of Social Communications

IBM Connections Suite provides IBM’s social software, real-time social communications capabilities in a single offering. IBM Connections Suite is comprised of IBM Connections, IBM Sametime Advanced, IBM Sametime Unified Telephony Lite Client, IBM FileNet Content Manager (restricted use), and IBM Lotus Quickr Connectors.

Via this bundle, you can easily enhance the integration between Social & Video.
Imagine you are looking for someone, an expert on SIP technology in IBM Connections.

The IBM Connections business card provides you a snapshot of your expert profile information and contact details. You can adapt the card to change the information that it includes.In that example, I have added a new link allowing you to directly call Expert's Polycom video endpoint.
The call will be done between your IBM Sametime Client (via SUT lite feature) and the expert's endpoint.


How does it work?

It is very easy... I used three features of IBM Connections Suite in addition to Polycom Realpresence infrastructure (Polycom DMA & HDX).
  • IBM Connections Business Card Customization (here)
  • IBM Sametime Unified Telephony Lite (here)
  • IBM Sametime WebAPI Toolkit (here)
I have modified the file named LotusConnections-config.xml in my IBM Connections platform to add this element:

 <sloc:serviceReference serviceName="polycomService"  href="http://localhost:59449"   enabled="true"
     ssl_href="http://localhost:59449"   ssl_enabled="false"
     person_card_service_url_pattern="/stwebapi/call?number={telephoneNumber}"
     person_card_service_name_js_eval="'My Polycom endpoint'"/>


That element will use the REST service "http://localhost:59449/stwebapi/call?number=" and the parameter{telephoneNumber} which is the profile user's telephone number.

No comments:

Post a Comment