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

Can I install Lync 2010 SDK with Visual Studio 2013?

I am trying to use the Lync API but our company currently has Lync 2010 and we develop using VS 2013. When I attempt to install the 2010 SDK it says I need Visual Studio 2008 SP1 or higher and won't let me continue. Obviously I can't install 2008…
WoofDg79
  • 131
  • 2
  • 7
2
votes
0 answers

Lync SDK ModalityStateChanged status codes

I write program which uses lync 2013 via Lync 2013 SDK. I call (audio) to another users and I need to automatically detect the end of my call (drop after answered, voice mail, reject, no answer, invalid number). I use event of class AVModality…
kukidon
  • 21
  • 2
2
votes
1 answer

Is there any order in which records are stored in SessionDetails and Conferences Table in Lync Archiving DB?

Archiving Database Schema states that in the tables SessionDetails and Conferences tables, the column 'SessionIdTime' holds datetime value at which session request is captured by Archiving service. But, is there any order in which the records are…
Yash
  • 214
  • 4
  • 16
2
votes
3 answers

Schedule a Lync Conference with UCMA 3.0

I am trying to schedule a lync conference with UCMA 3.0. After creating the conference I send the ConferenceUri to the users and let them join the conference. Lync Test…
Sam Hueppi
  • 49
  • 7
2
votes
1 answer

Integrating lync 2010 to web application

I am trying to integrate office communicator Lync 2010 into the web application, is this possible with UCWA (http://ucwa.lync.com/) services if not how can achieve this ?? Any response is appreciated.
Vivek P
  • 3,050
  • 6
  • 27
  • 31
2
votes
1 answer

permanent meeting room in Lync

We are the sole administrator for Lync and all our users are using Attendee clients. We have successfully tested on demand meeting rooms such as "https://meet.lync.com/XXXCOMPANY/administrator/A1B2D3D4" but these meeting links are not permanent and…
Suresh
  • 158
  • 3
  • 16
2
votes
1 answer

Lync sdk automation dial number

I just started to work with Lync API using SDK. Is it possible to call someone who is not in contact list using mobile phone number? Here is my code (I use automation for this): LyncClient lyncClient = LyncClient.GetClient(); var automation =…
Pavel Shchegolevatykh
  • 2,568
  • 5
  • 29
  • 32
2
votes
1 answer

How to accept an incoming video call after it was declined with Lync Client API 2010?

I am implementing an application using Lync Client API 2010 which will allow user to accept/decline an IM/audio/video Lync conversation through it instead of through the Lync Client Window. I can have the application works as expected in most cases…
user526929
  • 93
  • 2
  • 10
1
vote
1 answer

Lync 2010 SDK issues with Silverlight 5

I have updated my existing application which uses lync sdk assemblies to silverlight 5. from there onwards, the application does not compile gives out an error The tag 'UCTreeView' does not exist in XML namespace…
SatyaRaghu
  • 11
  • 2
1
vote
1 answer

UCMA call establishment gives busy response only after 30 seconds

I am trying to establish a call using the following code in a UCMA workflow application: try{ var conversation = new Conversation(endpoint); avCall = new…
ziwar
  • 63
  • 1
  • 9
1
vote
1 answer

Can't Lync 2010 be installed in windows 2003 server?

I have asked our IT team to install Lync 2010 in my Windows 2003 server machine. IT person told that it can't be installed in Windows 2003 server. Is it not compatible with Windows 2003 server or any other extra software update do we need to…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
2 answers

can I start Lync 2010 client application using the Lync 2010 SDK

in cases where I am using Lync 2010 SDK (which depends on having the Lync 2010 client being installed and operational) in a web application and that client is closed, can I using the Lync 2010 SDK to start client application ?
1
vote
1 answer

Parse text in Lync IM conversation?

We currently have a block list for Lync 2010 that contains all file extensions because someone at the company accidentally sent a malicious link to someone else. Long story short, none of the developers can send links and management is hesitant to…
foxtrotZulu
  • 1,109
  • 11
  • 24
1
vote
1 answer

Any good online source of information about Lync SDK Client Automation programming in .NET?

Is there any good source of information about the Lync SDK in gerenal, and about Lync Client Automation in general? Free online sources are preferable, but if there are none that you know of, I'll settle for a good book (please recommend only one…
Lockszmith
  • 2,173
  • 1
  • 29
  • 43
1
vote
1 answer

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 constructor and i can't find a way to instantiate it…
ziwar
  • 63
  • 1
  • 9
1 2
3
9 10