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
3
votes
1 answer

Custom Lync Client fails on startup

I'm writing a custom light-weight in/out board (AKA Status, Presence, etc.) application using the Microsoft Lync 2010 API. It needs to run after startup/login but I've ran into a problem when I login after I start/restart the machine. I get the…
skeletank
  • 2,880
  • 5
  • 43
  • 75
3
votes
1 answer

Can Lync 2010 and Communicator 2007 (w/ or w/o R2) client be installed on the same machine

Can both clients be installed and used at the same time ? The purpose of using both is based needs to develop for Lync 2010 while still using Communicator 2007 in a corporate environment. Or would a developer be forced to have two different…
Jim Rush
  • 4,143
  • 3
  • 25
  • 27
3
votes
0 answers

Lync enabled Windows Store app - File Transfers & Video Conversation - Lync SDK

We’re building a mobile solution on windows 8 i.e. Windows Store App, enabling real time collaboration features for maintenance personnel to connect with Customer Support team. We are leveraging Lync 2010 client SDK to support the collaboration…
3
votes
1 answer

LYNC - SIP "413 - Request entity too large" error to SUBSCRIBE requests

I'm currently trying to federate two Lync domains with one custom SIP proxy in the middle. The problem is that the Lync server will reply "413 - Entity too large" to subscribe requests (msrtc-adrl-categorylist) coming from the other Lync domain…
mdef
  • 83
  • 7
2
votes
1 answer

Send message via lync using powershell

Is there a way to send message to lync via powershell. My scenario is like this. My teammate may request for some task and i will initiate the powershell script to complete that task. It will send mail at the end. Instead of mail if it sends message…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

Adding custom toolbar and docking your app to Lync Client main window

I looked over the internet to find out how to add a custom toolbar to Lync client main window as well as to doc my web application to the main window when it triggered by a button on the custom toolbar. I couldn't find how to implement the…
2
votes
1 answer

Lync API using PresenceIndicator outputting TypeInitializationException within InitializationCompleted

I am using the Lync API within a WPF application. I have used the Office365 Lync Lab 9.1 within the training kit. However when I move the code into my WPF application the PresenceIndicator or ContactList doesn't work. The controls are displayed…
Luke
  • 6,195
  • 11
  • 57
  • 85
2
votes
2 answers

How can I set a video call to start in full screen programmatically? (Lync SDK)

I am trying to find a way to start my video conferencing in full screen view, I'm writing a WPF application using Lync SDK. I've been looking over Lync SDK and practicing the examples on MSDN for a week now, but I did not see a property or a method…
umutto
  • 7,460
  • 4
  • 43
  • 53
2
votes
3 answers

Using try/catch blocks with Lync 2010 cmdlets in powershell

I've written a function to wrap the the new-cssipdomain cmdlet with a try/catch block incase the sip domain already exists. Code is: function LHP-AddSIPDomain { param ( [string] $SIPDomain) try { New-cssipdomain -id $SIPDomain } …
Arcass
  • 932
  • 10
  • 19
2
votes
3 answers

Making audio calls using Microsoft Lync from a third party application - Lync SDK

We have a chat application which works on ASP.Net web applications. We want to allow users to make calls to other users through our chat application. To provide that we want to make use of Microsoft Lync 2010 and use their SDK to leverage its…
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
1 answer

lync + Exchange on Same Server?

I'm attempting to build a test infrastructure Active Directory + Lync + Exchange. After installing Lync on my Exchange Server, I was unable to connect to Exchange. I don't know for sure that I was able to connect to Exchange before I installed…
Rick Kierner
  • 714
  • 7
  • 20
2
votes
3 answers

Deploy a Silverlight Lync application on IIS7

I'm writing a Silverlight application in Visual Studio 2010 leaning on the walktroughs in the Lync SDK. If I run the application in VS 2010 it all works in debug and in the release version. If I try to deploy this to IIS7 the Silverlight is also…
Frank
  • 780
  • 1
  • 10
  • 22
2
votes
1 answer

How to send messages from Windows Live Messenger to MS Lync users?

Is there a way to send message from Windows Live Messenger to MS Lync users? Change some settings or something else?
Radnev
  • 81
  • 2
  • 5
2
votes
1 answer

How do I code for both Lync 2010 and Skype For Business

I need to write an application that handles incoming and outgoing calls from both Lync 2010 and Skype For Business. From my understanding of the Lync SDKs. Lync 2013 SDK works with Skype For Business; however, it will not work with Lync 2010. …
Informat
  • 808
  • 2
  • 11
  • 25
2
votes
1 answer

Understanding PowerShell cmdlet for adding a trusted UCMA 4.0 application and a trusted UCMA 4.0 application endpoint

I am trying to create a UCMA 4.0 application for Lync 2010. In the development phase the application will be hosted in my laptop and the lync server (on which I have no jurisdiction) will connect to my laptop and run the application. The OS in my…
KChow
  • 317
  • 3
  • 15
1
2
3
9 10