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
0 answers

Lync: ConversationAdded not fired for Response groups

I have a weird Problem with one of my Clients Lync system. For his Clients the conversationAdded Event is not fired for a Repsonse Group call, but for a direct call. The Response Group Settings are set to formal and the Routing method to…
Florian
  • 1,827
  • 4
  • 30
  • 62
1
vote
0 answers

Lync PowerShell Script not working

I am in process of moving users in batches from one Lync Server pool to another, this requires me to have a CSV with the user names of the one I want to move. For someone famililar with PowerShell should be able to see that I am giving it the csv…
RXA
  • 21
  • 6
1
vote
1 answer

Trying to create multiple conversations to the same person/participant

I'm wondering is there someway to create more than 1 conversation to the same person? We receive inbound messages through an SMS service and then forward the text message on to the user via a Lync conversation. When we create the conversation we…
Troy
  • 111
  • 1
  • 8
1
vote
1 answer

Let MVC Website start Process as Administrator

I have a MVC Site that should start a Process that does a Lync call under certain circumstances. Everything works fine if I start it manually and on my development machine with VS2012 it works too. But on IIS7 on our Windows 2008 Server if it gets…
CodingYourLife
  • 7,172
  • 5
  • 55
  • 69
1
vote
2 answers

Can I use a Lync api in my asp.net application?

hi can I get the lync contacts and them status in a listview with C#? I want to get all users from ad to a listview in asp.net web application and control wheater a user is online or offline.
Tarasov
  • 3,625
  • 19
  • 68
  • 128
1
vote
1 answer

lyncClient.GetClient() throw exception when set UISuppressionMode as 1

I'm new for Lync client 2010 SDK integration. Since I don't want to display Lync UI (we will develop our own UIs), I set the registry to make UISuppressionMode = 1(DWORD). But lyncClient.GetClient() throws ClientNotFoundException exception. Can…
user1424258
  • 97
  • 1
  • 1
  • 10
1
vote
1 answer

ListBox throwing SelectedItems error on right click

Im working with Lync SDK and use a ContactSearchResultList (listBox) with SelectionMode="Single". But when I right click a item that is not selected the application crashes with the following stack-trace: System.InvalidOperationException wurde nicht…
MartiniMoe
  • 65
  • 1
  • 8
1
vote
0 answers

Getting error when preparing active directory for lync server

Getting error when preparing active directory for lync server "failure occurred while attempting to check the schema state please ensure active directory is reachable". I have also connected this server with a domain server.
Bilal
  • 179
  • 1
  • 4
  • 15
1
vote
1 answer

Lync 2010 event monitoring and call control API

My objective is to listen to all the events (im/video/audio/appshare call, presence) of Lync server 2010 and also to control (transfer, conference, record) the call. If we use UCMA to do the same, the call must first come to the application and from…
namith
  • 546
  • 1
  • 8
  • 18
1
vote
1 answer

UCMA 3.0 How to build a list of recipients and then broadcast an IM call to those recipients

I am developing an application using UCMA 3.0 that will run as a service and send out periodic 'broadcasts' in the form of Instant Message calls. I have been using the book "Professional Unified Communications Development with Microsoft Lync Server…
ficuscr
  • 6,975
  • 2
  • 32
  • 52
1
vote
1 answer

Lync Meeting URL expiration period

I've created Lync meeting URL using Lync API 2010, and now I also want to set Lync URL expiration period using Lync api can anybody help me to solve it out ?
Suresh
  • 158
  • 3
  • 16
1
vote
0 answers

Lync 2010 SDK - Calling a response group

I have a response group made of 2 agents. For the sake of clarification let's use the following: Agent1: ag1@domain.com Agent2: ag2@domain.com Response Group: RG@domain.com My code is based on the following walk through to establish an AV call…
Bassem
  • 3,135
  • 2
  • 25
  • 41
1
vote
2 answers

Lync 2010 On Answer event?

I have been asked to integrate a phone call note system into our new Lync based system. When a phone call is accepted the software should pop up a form to allow notes to be taken against the phone call. I have found ways of loading the form when a…
Neo
  • 2,305
  • 4
  • 36
  • 70
1
vote
2 answers

Lync client implementation using UCMA

I am very new at Lync development. Is it possible to implement simple .NET console client for Lync 2010 that allows me to start audio conversation using UCMA 3.0? The problem is that I have no direct access to Lync server machine. I can only log in…
Pavel Shchegolevatykh
  • 2,568
  • 5
  • 29
  • 32
1
vote
1 answer

Lync: VideoWindows of AVModality.VideoChannel are null after successfully calling BeginStart (COMException HRESULT: 0x80029C4A TYPE_E_CANTLOADLIBRARY)

We are currently trying to incorporate Lync communication (Lync SDK 2010) into our application and we have run into an issue with the VideoWindows (CaptureVideoWindow, RenderVideoWindow) of the AVModality's VideoChannel: They are always null, even…
Sebastian Negraszus
  • 11,915
  • 7
  • 43
  • 70