Questions tagged [lync-2010]

Microsoft Lync 2010 was released in 2011 (by Microsoft) to replace Microsoft Office Communicator 2007 R2 - an instant messenging and communications tool for large companies.

Lync 2010 can be thought of as a super version of Microsoft Live Messenger. In addition to instant messenging capabilities, the product can also be hooked into Exchange server and Outlook to allow users to see a traffic lighted 'presence' indicator for their contacts. This allows people at bigger companies to see if someone is at their desk (or at least logged into Outlook) before an attempt is made to contact them.

Lync 2010 also uses SIP to enable computer based phone conversations and conference calls.

The Lync 'presence' is derived by asynchronous calls to Outlook and Exchange Server, some of these calls are to wrappers of COM objects which can be viewed using a reflection tool.

150 questions
1
vote
1 answer

Execute Lync 2010 extension code before user accepts call

I'd like to execute some custom code every time Lync 2010 receives a call. I tried it with a Conversation Window Extension (CWE), which contains a Silverlight client, and the Silverlight client uses the Lync API, like this: var lync =…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
1
vote
1 answer

Can I dock Lync SDK conversation on WPF without using winformshost?

I'm trying to build an application taking Lync SDK as a base, according to documentation on MSDN I need to dock the conversation windows on a winformshost. But the problem here is winformshost is always on top, no opacity support, and a bit hard to…
umutto
  • 7,460
  • 4
  • 43
  • 53
1
vote
1 answer

Setting outgoing video source as BitmapSource in LyncSDK video conversation?

So I have a strange combination that I need to do, I'm trying to build a conferencing tool using Kinect as a webcam and Microsoft Lync as a base. Don't ask about why Kinect? its a long story but a must.. Anyway I can get the stream from the Kinect's…
umutto
  • 7,460
  • 4
  • 43
  • 53
1
vote
1 answer

how to add a tab into lync 2010 client

Thanks First. Could any one tell me some reference urls or docs to implement this function. Add a customerized winform tab into lync 2010 client. (in the main window, not the contact window extension.)
Alexey
  • 464
  • 2
  • 9
  • 20
1
vote
1 answer

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.
esskar
  • 10,638
  • 3
  • 36
  • 57
1
vote
3 answers

Lync sdk work with Asterisk?

I have a requirement to develop a VoIP client with wpf/silverlight. I heard that Microsoft Lync is a good option but I would like to use the developed application against Asterisk server (VoIP server) instead of Lync 2010 server. I already have an…
Coder323
  • 580
  • 6
  • 17
1
vote
1 answer

Silverlight - Lync Application nested in a table

I'm very new in Silverlight and the Lync-SDK. So sorry for the question from a beginner. Long time ago, i wrote al little web application, based on php for reading out contacts from a sql database. Now the customer expand his envoirement and place…
Frank
  • 780
  • 1
  • 10
  • 22
1
vote
1 answer

Change Lync status on logout

I have a custom Lync application for changing a user's status/presence. For the app, Lync runs on suppressed UI on some machines and not on others. I want it to prompt the user "Would you like to change your status to 'Out'?" if they are doing a…
skeletank
  • 2,880
  • 5
  • 43
  • 75
1
vote
2 answers

Lync error in Silverlight: Client not trusted

When I try to load my Lync Controls in a Silverlight application I get the error: Client is not trusted. This error doesn't appear when I debug the Silverlight application without the corresponding web project. This is the code that generates the…
D. Veloper
  • 1,497
  • 5
  • 16
  • 24
1
vote
2 answers

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 reasons we picked Lync is the great Whiteboard…
Brian Duncan
  • 480
  • 3
  • 12
1
vote
2 answers

Possible to do a HTTP request to API to get Presence Data from a Lync 2010 server

Just wanted to check whether its possible to do an HTTP request to get Presence data on Lync 2010, sort of like how it done on Lync 2007 e.h.
1
vote
2 answers

Can I open office communicator (Lync 2010) in chat mode?

In an Win/IE environment with the right settings you can fire up a .exe file. The following code runs fine to fire up Microsoft Lync (the new name for Office Communicator). ... start…
amelvin
  • 8,919
  • 4
  • 38
  • 59
1
vote
2 answers

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 Server 2010 now delivers complete presence, instant …
Will
  • 375
  • 1
  • 4
  • 13
1
vote
1 answer

Lync retrieve users location

I have been trying to attempt to retrieve the location of certain users in lync (e.g. what building/site they are at) I have only been able to retrieve the whole contact card without filtering what site they are at. Does anyone know if this is…
Jason
  • 11
  • 1
1
vote
0 answers

Set a background sound for conference call

Is it possible to set a background sound for a person while he/she is in a conference call alone, but once somebody else joins, the sound will be turned off? I don't think there needs to be any deeper explanation as the question is stating the…
leopik
  • 2,323
  • 2
  • 17
  • 29