Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
2k views

what are difference between “Lync Server 2010 SDK” / “UCMA 3.0 SDK” / and UCC API?

I'm looking for the client side and server side API for Lync 2010. But I found many API that can be able to develop. Anyone what are difference between all of them? Please help Microsoft Lync ...
2
votes
2answers
428 views

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 ...
1
vote
1answer
24 views

using BeginVerifyPin and EndVerifyPin methods in a UCMA workflow

need a simple example of how to call ApplicationPinServices BeginVerifyPin and EndVerifyPin methods from inside a UCMA workflow to verify user pin number... ApplicationPinServices has an internal ...
1
vote
0answers
105 views

Accessing Cookie from C# Vxml Browser

The Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml.Browser object in C# has a RunAsync method that takes a URI of a Vxml page to run and a CookieCollection that should, in theory, allow you to pass ...
1
vote
2answers
814 views

How do I access the Lync 2010 whiteboard feature in the UCMA 3.0 SDK?

I am building a web application that uses the UCMA API 3.0 to establish a Lync 2010 chat between our customers on our website and our support team. Chat and even video work great but, one of the ...
1
vote
1answer
608 views

Is Microsoft Lync Server 2010 a good fit for public-facing applications?

The release candidate for Microsoft Lync Server 2010 (formerly known as Office Communications Server and/or Speech Server) was just made available for download. From the site: Microsoft Lync ...
1
vote
4answers
1k views

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 ...
0
votes
1answer
228 views

UCMA 3.0 Sample Learning Project

I am new to UCMA 3.0 (and new to Lync server as well) and want to get a feeling about how to talk to Lync 2010 server through UCMA. I want to have something quick and dirty, such as a step-by-step ...
0
votes
0answers
34 views

UCMA 2.0 and FIPS Compliance

I am developing an application using UCMA 2.0 for Microsoft Office Communicator Server in .Net 3.5. It is a relatively simple little app that watches the IM status of OCS users that we would like to ...
0
votes
0answers
78 views

Application Sharing limitations in UCMA 3.0 Contact Center sample application

Let me preface this by saying that I know the ContactCenter sample is just a sample and that the application sharing extension classes it exposes are not officially supported. With that said, I've ...
0
votes
0answers
110 views

Would Lync Server SDK or UCMA enable me to implement additional authentication for conference?

I would like to create additional authentication for the conference call. Scenario would look something like this: Client calls the conference In chat window he is asked for some secret that is ...
0
votes
1answer
48 views

microsoft.rtc.collaboration 32 bit

i understand that the UCMA 3.0 SDK only comes as 64 bit version, but why isn't there a 3.0 version of the microsoft.rtc.collaboration assembly for 32 bit available. I understand, that the 64 bit area ...
0
votes
0answers
61 views

UCMA 2.0: Resume a Terminated InstantMessagingCall

Say I have a user on OCS who represents my application endpoint, and I try to message them from a web application locally (I built on top of the BasicIMCall sample application), and at some point they ...
0
votes
1answer
167 views

How to establish a video call programmatically via UCMA 2.0?

I am trying to establish a video call with with UCMA 2.0. But, I always end up with establishing an audio call. I found that default value of the DefaultMediaType property of the AudioVideoCall is ...
0
votes
2answers
544 views

Sip <--> Lync Integration

I have a SIP app that I wish to connect to a Lync environment. So far I've set up a Static Route enabling the Lync Server to deliver SIP messages to my App. However, the messages I send to the Server ...
0
votes
1answer
395 views

Create a UCMA 3.0 endpoint to a SIP PSTN gateway WITHOUT using Lync

I want to use UCMA 3.0 (standalone, without Lync) to create an IVR application as modeled in the SDK docs: http://msdn.microsoft.com/en-us/library/gg448007.aspx I'd like a code snippet that ...
0
votes
1answer
626 views

Enabling Users for LYNC 2010 using C#

Is there a way to enable users on the Lync server via C#. I refer to the same functionality that runs when you go to Lync Server Control Panel, and creating a new Lync Server User.
0
votes
0answers
217 views

UCMA: connection timeout from exchange server for application endpoint

i have a userendpoint app, that successfully connects to an lync server. now i'm trying to connect an application endpoint. i did all the trusted application pool staff, created the certificates. ...
0
votes
1answer
124 views

PresenceNotificationReceived RemotePresentityNotification.PersonalNote.Message is empty string when note is changed

Right now I have a RemotePresenceView for which I subscribe to the PresenceNotificationReceived event. The event is correctly getting fired when I change the presence or note in the Lync Client but ...
0
votes
1answer
358 views

UCMA: Chat with users not in AD

a customer wants enable a chat/instant messenger for his application webside. He is using Lync Server internally to Chat in-house. Now, he requires the following: A external user (which will not be an ...
0
votes
1answer
284 views

use UCMA 3.0 to create a SIP client

I am just wondering if UCMA 3.0 SDK supports this. I plan to use the SIP client to place a call to a standalone UCMA application, which will use VXML to play a prompt. Thanks.
0
votes
1answer
169 views

How to get DNIS in a UCMA 3.0 application

I'm developing IVR application by using UCMA 3 But not using lync server. When audio or video call is received i need to get DNIS of that. Is there any way to do this. Thank you.
0
votes
1answer
208 views

UCMA programming without lync server

I want to learn about UCMA 3.0 for my project. Can someone plc give some starting point to learn. In my case,i don't want to use lync server as my end point. In msdn i couldn't find such kind ...
0
votes
1answer
380 views

UCC API to UCMA 3.0 for Lync

I have a project written for LCS that uses Microsoft.Office.Interop.UccApi.DLL, now I'm going to rework by changing the UCCAPI COM for C++ to UCMA 3.0 with the .tlb file generated from ...
0
votes
2answers
105 views

VoiceXML UCMA Error when deploying to server

I have deployed a sample project to a Windows 2008 virtual server that does not have any audio set up. I have installed the UCMA 3.0 runtime. This application runs on a Windows 7 64 bit development ...
0
votes
4answers
492 views

Properly Establishing an ApplicationEndpoint in UCMA 3.0

I've been struggling with getting an application endpoint working on UCMA 3.0. I am trying to run an application on a server separate from the Lync server which uses a registered ApplicationEndpoint ...
0
votes
1answer
103 views

How to view Instant Messages on the Microsoft Office Communcation Server 2007

In Microsoft Live Communication Sever, all the IMs (instant messages) are stored on MS-SQL database and I could see them by simple queries. I've activated message Archiving on the Microsoft Office ...
0
votes
2answers
878 views

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? ...