For questions about Microsoft Lync Server 2010.
Questions tagged [lync-server-2010]
45 questions
4
votes
1 answer
Capturing Lync video stream
Is it possible to somehow capture a video stream of a lync conference in lync 2010 or 2013? I've got the beta running in our labs. UCMA provides hooks for AudioVideoFlow but only seems to operate on the audio side.. Is it possible to get a direct…

XeroxDucati
- 5,130
- 2
- 37
- 66
3
votes
1 answer
Microsoft Lync 2010 SDK. Video is displayed in upper left hand corner of screen
I have a test application using the Lync 2010 SDK in full UI suppressed mode. When the video is started by either party, on some computers the VideoWindow won't display in the panel that I provide the handle for. It instead is displayed on the upper…

Ken Forsythe
- 501
- 3
- 8
3
votes
0 answers
A chat bot to integrate to Microsoft Lync 2010/2013
I have created a chatbot in c# using .net 4.5. The chat bot accesses multiple other applications in the background and returns the output to the user. The chat bot was initially planned to be a standalone application but the requirement has changed…

KChow
- 317
- 3
- 15
3
votes
1 answer
In a Lync 2010 LCSCDR database, is their a way to tell who answered a call to a response group
I am writing some SQL code to query the Lync LCSCDR database.
If someone calls a response group externally and another one answers it, a record goes into the sessionDetails table (and the Voipdetails table) - to reflect the call made.
However,…

Greg Booth
- 31
- 3
3
votes
1 answer
Unable to install lync 2013 sdk with VS 2013
I am using VS 2013 and need to reference the Lync 2013 SDK. The install fails with:
Microsoft Visual Studio 2010 SP1 or higher not found
Is there any work around or do I have to downgrade to VS 2012?
Thanks,
Bill

Bill Weston
- 51
- 4
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
Microsoft Lync video streaming to webbrowser
is it possible to stream (previously recorded and/or live) video to many Microsoft Lync SDK webbrowser clients?
Thanks in advance,
Etam.

Etam
- 4,553
- 10
- 40
- 60
2
votes
2 answers
UCMA Steps to create Trusted Application
What are the steps to create a trusted server application and then deploying it on the lync server?
I am new to lync server application development.

Sagar Pilkhwal
- 3,998
- 2
- 25
- 77
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
2 answers
Lync UCMA SDK Server - Globally subscribe to presence updates for all Presentities
Is it possible to globally catch ALL presence changes from Lync server without subscribing to all presentities individually?
What we're after seems to be very similar to the RemotePresenceView class in the UCMA SDK but that class only allows you to…

Alex B
- 61
- 4
2
votes
0 answers
ConversationAdded event is not fired when response group call arrives LYNC 2010 SDK
I am trying to find out what event is fired when call arrives not to particular agent, but to the response group in which the user is registered. I am monitoring ConversationAdded event. In all cases when new conversation is added whether it is IM,…

kyurkchyan
- 2,260
- 2
- 23
- 37
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
0 answers
How to ignore the certificate is untrusted in pjsip for iPhone?
Currentlly, I have built successfully the pjsip library for the iPhone SDK version 5.1. And I have built successfully for OpenSSL Suport.
I use this library in order to login to Server Lync by command as below:
b1: +a
b2: hn.fisil@nextuc.net
b3:…

Truong Nguyen
- 21
- 2
1
vote
1 answer
Calling Lync server 2010 Powershell cmdlets from C#
I have to ask that do we need to run
pipeline.Commands.AddScript(@"Import-Module 'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync\Lync.psd1'");
each time we run a Lync Powershell Cmdlet or is there any way we can do it while…

Rizwan Ahmed
- 81
- 2
- 8
1
vote
1 answer
error when publishing topology for lync server
I'm getting an error when I try to publish topology for Lync server.
Error: An error occurred: "Microsoft.Rtc.Common.Data.SqlConnectionException" "Cannot open database "xds" requested by the login. The login failed.
Login failed for user…

Can
- 536
- 2
- 7
- 22