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

What are Limitations of ExpiryTime of ConferenceScheduleInformation in UCMA API?

What is the upper limit (max date) for ConferenceScheduleInformation.ExpiryTime property of Microsoft.Rtc.Collaboration.ConferenceManagement? And what if I have given ConferenceScheduleInformation.ExpiryTime=null? Does null value mean that it never…
Suresh
  • 158
  • 3
  • 16
0
votes
1 answer

How to accept PIN as an authentication method for a ucma application without the workflow sdk?

Would like to see maybe a sample implementation in a ucma bot that authenticates a caller with a pin just with the use a the core ucma api (without using the workflow sdk) I tried hooking it up with the ToneReceived event of the ToneController but…
Ronnel
  • 656
  • 7
  • 9
0
votes
1 answer

Lync 2013 customize contacts' groups

In Lync 2010, I can customize or select contacts' groups by Stored Procedures in Database-[rtc] Example: UserMgmtSetContact UserMgmtAddGroup,UserMgmtGetGroups,UserMgmtGetContacts ..... But in Lync 2013, The Database-[rtc] is not existed, and i can…
0
votes
1 answer

Lync SDK intercept file

I need to intercept file using MSPL and Lync SDK. I can intercept and get content of usual text message, but when it comes to file transfer, Content property for Response/Request contains only some information about file (e.g. file name, file size),…
Alexey_K
  • 1
  • 1
0
votes
1 answer

I can't install Lync 2010 at windows server 2008 R2

I'm still trying to install Microsoft Lync at VM Windows Server 2008. But its always failed at "Prepare first Standard Edition Server". The error message is this. "Checking prerequisite SqlExpressRtc.. installing...failure code -2068578304". Is…
Alfred Angkasa
  • 1,381
  • 3
  • 17
  • 35
0
votes
1 answer

sharepoint silverlight web part does not work on server

I've developed a Lync Silverlight application and it is working on my local machine. Then I needed to add this Silverlight to a Sharepoint site, thus i used Silverlight web part. It is OK on my local Sharepoint site but when i install it to server i…
zelis
  • 1
  • 2
0
votes
1 answer

UCC API for Lync

I need software that will allow me to change the call forwarding in Lync's voip. No such software (other than Microsoft's own client) exists, so I need to write it myself. I have Visual Studio 2010, but it's unclear just which SDKs need to be…
John O
  • 4,863
  • 8
  • 45
  • 78
0
votes
1 answer

Lync 2010 SDK: how do I get the user's voicemail URI?

I'm writing a simple C# application that answers a Lync call and depending on a database value, forwards it to another phone number. That works perfectly. However, sometimes I want to forward the call to the user's voicemail. I can't figure out how…
sbutler
  • 617
  • 5
  • 10
0
votes
1 answer

Can I establish a video call programmatically using UCMA 3.0?

Is it doable using UCMA 3.0, to have video conferencing ?
0
votes
3 answers

Creating a conference with Lync 2010 SDK

I know that we can create conference calls with Outlook when Lync is also installed on the computer. I assume Lync SDK is used by this plugin. Where should I look in the SDK to be able to create a conference call and then retrieve it's URL and rest…
jjczopek
  • 3,319
  • 2
  • 32
  • 72
0
votes
2 answers

UCMA 3.0 API Conferencing Error : Cannot join a different conference after receiving a conference invitation or conference escalation request

We have a UCMA 3.0 based application/bot that matches end users with experts. It migrates incoming one-one chat requests from end users into a multi user conference and then invites experts into the resulting multi user conference. The…
Krishna
  • 36
  • 4
0
votes
1 answer

Clearing a published presence with UCMA 3.0

I'm publishing a user presence in a Trusted Application Endpoint, but I also would like to clear this presence when it is no longer needed. Is the only option to do so to terminate the UserEndpoint instance? I'm using this code snippet: …
A.Grandt
  • 2,242
  • 2
  • 20
  • 21
0
votes
1 answer

Terminate calls in Lync 2010

now I am working with lync 2010 SDK in audio video Modality so, I want to determine if the call terminated by the user i connect to him or becouse no answer from him Thanks in advance
Sherif
  • 121
  • 8
-1
votes
1 answer

how to get lync chat in to java app using lync API

I have a lync account.When someone send a message.I want to get that message in to my java application.What are the steps I should follow to create this application.I read lync API but i can't find way to get data inside lync.If I can get that data…
heshjse
  • 878
  • 2
  • 14
  • 30
-1
votes
1 answer

desktop sharing

I want to implement desktop sharing client with Lync as the server. Does Lync use RDP and if so can someone point me to an RDP implementation? Can I tweak free RDP and make it work? Appreciate your inputs.
John Qualis
  • 1,663
  • 4
  • 33
  • 52
1 2 3
9
10