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

Publishing Lync 2010 user presence not showing on the users lync client

In a Trusted Application Endpoint I have to publish users states based on en external presence provider, and I can do that (clearing them later when the external source goes "Idle" is a different problem) What is a problem though is that if I…
A.Grandt
  • 2,242
  • 2
  • 20
  • 21
1
vote
2 answers

How check an email address is valid Lync User?

I tried to confirm whether an email address is a valid Lync User by the follow methods but it is not giving proper results. LyncClient client = LyncClient.GetClient(); Contact contact = client.ContactManager.GetContactByUri("xxx@xxx.com"); Method1:…
Coder323
  • 580
  • 6
  • 17
0
votes
1 answer

Lync 2010 API - Suppress Toast and Conversation Window

I'd like users to benefit from the rich Lync Client and the features it offers. I'd like a custom exe to sit alongside Lync Client and monitor for new IM conversations. If an IM conversation is from a UCMA bot (pre defined sipuri) or the IM is of a…
0
votes
1 answer

How can we move the QS asked in lync IM an expert to my organizations sharepoint 2010 portal?

How to move the question asked in lync IM an Expert as question to sharepoint discussion board?
Sam
  • 11
  • 2
0
votes
2 answers

Is It Possible To Launch A Lync Session And Invite Tech And External User From A C# Web App?

I'm tasked with writing a web app that will connect an internal employee and an external client while logging Case details. Our company recently switched over to Lync, so I'm a bit lost on the API for doing this. Ideally, this would be a web app (C#…
0
votes
1 answer

Alert in lync when i receive mail from particular mail id

We are using Lync 2010 and Microsoft outlook 2007. If i receive a mail from particular mail id, I should be alerted by lync. Is that possible? how to achieve it ?
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

Lync 2010 - Adding an image/banner/web/window to main/chat - (CWE)

I'm working with Lync 2010 and I'm looking for the way to add a little window (like a CWE) next to the Lync main window or a chat window. Actually I do this but only for a chat, so there are my question: 1) Adding a CWE to the chat: There's any way…
Leandro Bardelli
  • 10,561
  • 15
  • 79
  • 116
0
votes
2 answers

401 unauthorized on final REGISTER Handshake on custom lync-client

I have implemented ntlmv2 for lync-server login in an custom made lync client.The message that I send to server is ..... (3rd register message) REGISTER sip:example.com SIP/2.0 Via: SIP/2.0/TLS 19x.1xx.0.1xx:3246 From:…
Robel Sharma
  • 964
  • 1
  • 11
  • 26
0
votes
1 answer

Lync 2010 UCMA 3.0 SDK - Call Forwarding

How can I use the Lync API to change current user "call forwarding" option to another SIP or a number? Thanks
Zakos
  • 1,492
  • 2
  • 22
  • 41
0
votes
1 answer

How to read a file from Silverlight embedded in Lync?

I'm trying to read a XML file from Silverlight. I do it perfectly and I read it from xap as a desktop application (running on VS 2010). But when I load the silverlight from CWE (Conversation Window Extension) from Lync 2010, it returns an unhandled…
Leandro Bardelli
  • 10,561
  • 15
  • 79
  • 116
0
votes
2 answers

interrogate the Data in Lync 2010?

I developed a seat plan website - it uses the Lync SDK to pull back user details - (i.e. when a name is clicked on the map it passes the name into the Search box and then lists the person in the results list and then you can start an instant…
Ctrl_Alt_Defeat
  • 3,933
  • 12
  • 66
  • 116
0
votes
1 answer

Web App works fine on Visual Studio 2010 but not IIS?

I am having a problem with deploying a web application I have developed. It is a Lync SilverLight Applicaton (ASP.NET MVC Web Project). When I run this from Visual Studio everything works fine. Its runs it here http://localhost:53258/Default.aspx…
Ctrl_Alt_Defeat
  • 3,933
  • 12
  • 66
  • 116
0
votes
1 answer

how to develop a lync client using uccp api

I want to develop a lync client using the UCCP API SDK. When I make a video call from external network to internal network using the sample application (UCCAVSAMPLE) from the UCCP API SDK it is giving the UCCMSSCR_MEDIA_CONNECTIVITY_FAILURE error.…
Dev
  • 369
  • 1
  • 5
  • 12
0
votes
1 answer

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 found several limitations to the ContactCenter…
Peter M
  • 472
  • 5
  • 16
0
votes
1 answer

Microsoft Office Communicator SDK vs Lync SDK

Since Lync is the replacement to Microsoft Office Communicator, does that mean that if I write an app that integrates Microsoft Office Communicator 2007 R2, and then later I upgrade to Lync 2010, will I have to rewrite the integration portions of my…
michael
  • 14,844
  • 28
  • 89
  • 177