ocs

Best practice for handling ConnectionDroppedHandler in OCS Server Application

Hi all, In general, it seems that the majority of times that ConnectionDroppedHandler would get called in an OCS server application is for expected reasons e.g. server application has been unregistered, server is shutting down, etc. Are there any unexpected situations in which ConnectionDroppedHandler can be called? Basically, i'm wond...

Custom Presence with UCMA 2.0 and OCS 2007

I have recently started working with Unified Communication Managed API 2.0 (UCMA) and Office Communication Server(OCS) 2007. I have a need in my app that I have to create custom presence for my users? Has anyone of you guys done this before and can point me in right direction? There is not much documentation out there regarding this, so...

Sending formatted text with UCMA 2.0

Has anyone been successful in sending formatted text over an Instant Message flow using the UCMA 2.0 sdk? It doesn't seem to be very well documented on MSDN. Are there any examples out there? Any books that talk about this? ...

Get Contact Profile Information from Office Communicator (OCS) SDK in C#?

Hi, My company uses MS Office Communicator Server (OCS) 2007 R2, and I am accessing with C# with the SDK. If I right click on a contact in OCS, I get the option to 'View Contact Card'. I want access to this via the API! Unfortunately I can find nothing in the SDK documentation to get at this. There is a method called 'ViewProfile' whi...

API behind Live Meeting 2007

There are lots of APIs when it comes to Microsoft OCS 2007. Anyone knows what is the API behind an application like Live Meeting? UCMA 2.0? ...

OCS 2007 R2: Any way to login into a Group Chat using UCC API?

I'm looking for a way to log into a persistent group chat room created in R2 Chat Server. Can UCC handle this or do I need a different library? The OCS people have a group chat API, but it won't run on XP! ...

Communicator/OCS 2007 Integrated programs / plugins, How?, When?, What?

I've found the following blog http://www.modalitysystems.com/blog/?cat=14 but have not had the time to delve deeper into the different aspects described in it. I figured i'd throw out a broad question to you people and get some input :) What I want to do is integrate some of our buisness applications with Communicator/OCS, e.g. like h...

Communicator 2007 Custom Command Parameters

So i've played a little with the following http://technet.microsoft.com/en-us/library/dd819982%28office.13%29.aspx Basicly you add a bunch of registy keys that adds extra buttons in you communicator 2007, now it is kinda pointless if you can't add parameters, and the application does not seem to launch as soon as I add %user-id% %conta...

RapidSSL with OCS Edge Servers

Can I use a certificate issued by RapidSSL for an OCS Edge Server installation? ...

Can't connect to Office Communication Server through Unified Communications API

I am trying to connect to Office Communication Server using the Unified Communications Managed API. I have tried my user and a fresh user enabled for OCS. Both account can successfully log into the Office Communicator client, but fail using the API. When creating the network credential, if I pass in the username in the form domain\use...

Searching a database using Speech Server 2007

Hi, I am planning on building a telephone speech application with Microsoft Speech Server (now Office Communications Server 2007 R2). Before I get started I have been trying to find some sample code or tutorials on how to search for some recognised text which would be held in a database. The classic example is a telephone directory (I ...

Microsoft Communicator Presence Indicators (Status Indicator) in a custom asp.net page.

All, I am looking for a way to add an OCS presence icon the same that you would see in sharepoint, but i am looking to add it in a custom asp.net web site. Please assist! Bill. ...

Recording A Live Meeting session on OCS R2

Hello all, I've been dabbling around with UCMA 2.0 SDK and was able to write a web app to schedule Live Meeting events via OCS R2 for a school environment. I got stuck trying to record those meetings so that late, absent or revising students can view the recordings later on. Is there any way I can have the meeting recorded automatically...

Detecting which MCUs to connect on an incoming conference

Hello, SO. I'm working with the OCS UCCAPI, developing a custom OCS client. I'm currently having a hard time detecting what "kind" of Conference my client is being invited to. Using the Office Communicator client, I can start "IM conferences" (by inviting more than 1 person and selecting "start a IM conversation") or "video conferences"...

How can I retrieve the last IP address of a user in Microsoft Exchange

I need to determine the location of (mobiles) users within the enterprise buildings & floors. They are all using Microsoft Exchange & Office Communicator. If I have access to the IP address, I can know the location. Is there a way to retrieve the last IP address of the user by using Microsoft Exchange or Office Communication Server API...

OCS login error "clock error message" inside the intranet but OK from outside

Hi: I´m having problems trying to login on our OCS 2007 R2 from inside the corporate LAN but has no problemas at all from the outside. I´m on W7 and the client is the R2 one. Any help will be much appreciated. I´ve found some info about tweaking the registry and changing the time synchronization mode but has nothing to do with that (I ...

UCMA 1.0 Set Presence Status

Hi everyone, I'm asking here because I've search everywhere and could not find a correct solution about how to properly set a presence status using UCMA 1.0 Can you point me in the right direction? Thanks. ...

UCMA 2.0 SDK core api connecting to OCS Server 2007 R2

Whiling trying to setup UserEndpoint object, I am getting this error. I am getting error NegotiateSecurityAssociation failed, error: -2146893039, not sure I am getting this? I have enable TLS between host of UCMA app and OCS server. but UCMA app is in different domain? does it matter? if I call the same method and same credentail from...

OCS presence in SharePoint AJAX-based web part

I'm currently implementing AJAX-based web part which displays search result. This search result has user names and opposite to each name I'm rendering the OCS presence indicator. This indicator works fine in IE6 but I can't get it to work in IE7/8. Basically the problem in IE7/8 is that OCS is rendered but when you mouse over it nothing...

How to work with the OCS 2007 samples?

I started the first OCS sample (BargeIn) but got "Unable to connect to the server" after clicking the "Call" button of the "Voice Response Debugging Window". Already verified that the server is running on the default listening ports. Any ideas? ...