the server, client application & SDK designed for use with Microsoft Lync Server (or Office 365 Online) to provide Instant Messaging, audio/video, file and desktop sharing features to organisations.
0
votes
1answer
13 views
How do I get Lync Client working if website is on Server and Lync is on local user Environment?
I'm trying to start a Lync Conversation which appears to be working on my local environment which is also where Microsoft Lync is installed. Now When I try to move this code onto a website hosted on a ...
0
votes
1answer
24 views
Sending out IMs to Lync/OCS programmatically
I need to send out Instant Messages to a Lync/OCS server from Linux programmatically as an alerting mechanism.
I've looked into using python dbus and pidgin-sipe with finch or pidgin, but they aren't ...
0
votes
1answer
13 views
Microsoft Lync - If it posible to move cursor to new line (like skype “Alt+Enter”)
Microsoft "Lync" - If it possible to move cursor to new line when writing message (like Skype "Alt+Enter")?
0
votes
0answers
19 views
Intercepting Lync 2010/2013 Audio / Video Traffic (Through API)?
I'm trying to identify the proper APIs used to intercept Lync audio and video traffic in a phone call (2010 or 2013). I'm investigating how the current HDX Realtime Optimization Pack for Microsoft ...
0
votes
1answer
12 views
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 ...
0
votes
0answers
22 views
Read Lync schema using C#
I'm trying to create a FIM management agent to connect to Lync. First step for that is I need to read the schema to get all the attributes etc.
Is there a way to read Lync schema programatically?
...
1
vote
2answers
42 views
Importing PowerShell module in C#
I'm trying to write some C# code to interact with Lync using PowerShell, and I need to import the Lync module before executing the Lync cmdlets. However, my code doesn't seem to import the module and ...
0
votes
0answers
54 views
Lync PowerShell: Enable a User for Enterprise Voice
I have the below code used for enabling a user for Lync using Power Shell commands. The code has two steps, the first one is to enable the user, the second one is to enable Enterprise Voice.
using ...
0
votes
0answers
17 views
How to get contextual data within the ConversationAdded event
We have a module that generates Conversation with users including adding Contectual Data to the conversation. The conversation is generated with the below line of code,
IAsyncResult ar = ...
0
votes
2answers
28 views
Lync SDK get sent or received text
Before anything I already saw this post:
Lync ConversationRemoved get current conversation text
I implemented that solution, but I really need to get the already sent or received text. The thing is, ...
0
votes
0answers
12 views
Lync: Capture shared PowerPoint presentation slide numbers [closed]
When sharing a PowerPoint presentation in Lync, is possible to capture the slide number of the current slide using automation and the Lync client? I've searched the Lync API and Lync Controls docs ...
1
vote
0answers
70 views
Lync Server chat client API for ASP.NET MVC
I have a consulting website (on ASP.NET MVC 4) that users should be able to text/voice chat, send files and pricing feature for any conversation.
I checked Microsoft Lync Server 2013 and it has all of ...
0
votes
0answers
17 views
Retrieving presence of a contact using Lync Client SDK
If I try to retrieve the presence of user which is not in contact list using beginsearch() of lync client sdk, immediately after Lync client is signed in, sometimes the beginsearch returns ...
0
votes
0answers
11 views
Forcing Address Book Population [closed]
Does anyone know of a way to force Lync to sync the Address Book to new users without having to wait for it to auto-populate? I want to know if there is a way in Powershell (Yes, this is a ...
0
votes
1answer
56 views
Retrieving Lync Presence
My requirement is I need to create a windows service which retrieves the Lync presence status(Available, Busy, Do not disturb ....) of each user in the Active directory.
I googled and found that ...
0
votes
0answers
10 views
How to set name for added contact in lync ucma 3.0
Is it possible to set name, when I add contact with UCMA?
There is the code sample, and there is name option(ContactName), but look's like it not working. When I add contact that name isn't set.
...
0
votes
1answer
27 views
Is there a Lync API for creating add-ons that run as soon as the user signs into Lync?
I can see custom menu items and custom conversation windows and events inside them but nothing referring to how you'd execute code once a user signs into Lync. Does such an API exist?
I guess my ...
0
votes
0answers
10 views
Microsoft Lync files
Basically I am trying to get the conversations that have been saved in Microsoft Lync and move them to some sort of text string or something I can input into my program. I am using Bash for the main ...
-3
votes
0answers
33 views
Parse Microsoft Lync conversation files? [closed]
Ok, I have what I believe is a relatively simple set of questions, and I just need to be pointed in the right direction.
I am using microsoft Lync at work for instant message conversations with my ...
0
votes
0answers
28 views
Lync Conversation window Minimized when IM is not accepted
I have an application that docks a conversation window. I am keeping the parent window hidden & minimized until the user accepts the IM. I am using the ModalityStateChanged event to handle ...
-1
votes
0answers
15 views
How can i remove the ConversationAdded event which is registered to answer a call on Lync Client
I am accepting a incoming call in lync client from a IP Phone via c# code. Once the call is over/disconnected , now i am calling from IP phone to the same user logged in the lync client . The call is ...
-1
votes
0answers
31 views
Accept call with Lync Client and Ucma application [closed]
An Ucma 3.0 application is running in background.which has established a userendpoint for sip:xxx@yyy.com. At the same time Lync client with sip:xxx@yyy.com is online.When a call arrives for ...
1
vote
0answers
54 views
Lync API - CaptureVideoWindow and RenderVideoWindow are Null
I have downloaded the SDK for Lync 2013 and am having a problem with the code sample found in AudioVideoConversation.csproj. This project is supposed to demonstrate the use of Audio/Video ...
1
vote
0answers
38 views
Get Lync user from phone number
I'm writing a Managed SIP application that will inspect phone calls, and either allow them or terminate them based on various conditions. I need to know the Lync user that the call is intended for. ...
0
votes
0answers
24 views
Lync userendpoint Synchronization
Is it possible to synchronize the Lync client endpoint and userendpoint in UCMA 3.0,because when the lync client is offline, the userendpoint is still online?
0
votes
0answers
77 views
Options for Skype / Dialer when calling from app
I am creating an application from which the user can call people. In this application I would like to give the option of using either the phone's dialer or other VOIP applications such as Skype or ...
0
votes
1answer
50 views
TFS Interactive Build Bot using Lync
I'm partway through development of a build wallboard that displays the last 20 automated builds undertaken by the build server, all looks well and good, and when a build has tests, i'm automatically ...
0
votes
0answers
28 views
Extracting the Lync meeting request URL from a meeting request
I'm using the Exchange API's to get the meeting invite from an Exchange server
I can see the link to the Lync meeting in the body, but will have to do some tricky parsing to extract it, and will be ...
1
vote
1answer
113 views
Lync ContactList WPF control hotkey/shortcut key stealing key presses from WebBrowser
The Problem
Lync has some hotkeys/shortcut keys for changing the tabs in the ContactList control. These hotkeys are 'g', 's' and 'r'. When I press any of these keys whilst having a HTML input control ...
1
vote
1answer
72 views
Which Lync SDK? Send IMs from managed code
I have a server application which - in the rare event of an unexpected error - should send an instant message to a lync user (endpoint).
From what I read I cannot use the Lync Client SDK as it relies ...
0
votes
1answer
136 views
Lync Client: How to Sign-in and Send Message
Here is what I need to do:
I need to build a console app that signs in (not using current user or lync session) to a Lync Server and send a message to a specific contact (userUri). That is all.
...
0
votes
0answers
31 views
UCMA recording phone conversations
I have been asked by my manager to carry out some research to see whether it would be possible to write an application using the UCMA 4.0 SDK which would be able to record phone conversations on our ...
0
votes
1answer
113 views
Is it possible to extend Lync incoming call popup?
Currently I'm seeing only phone number of the caller. Is it possible to extend incoming call popup(add additional information querying DB by phone number) ?
I'm using Lync SDK 2010.
Thanks in ...
0
votes
0answers
30 views
How to launch Lync 2010 from an android activity?
From my Android (4.1) application, I want to launch the Lync 2010 activity to chat with an online user. What are the intents exposed by Lync 2010 android client? Which intents to use to achieve the ...
0
votes
0answers
128 views
Lync Server 2013 Ports
I need to forward ports to use Lync in Internet. Which ports should I forward?
And can I use VPN to do that?
0
votes
1answer
79 views
How do I get the phone number of the contact that was clicked in Lync 2013?
I would like to know the proper way of getting the phone number that was clicked when right-clicking a contact in Lync and select call and then click on a number.
Expected is a tel string with the ...
0
votes
0answers
118 views
Lync - Hide how long I'm offline or away [closed]
I just wondered if it is possible to disable the "feature" in Lync that everyone in my contact list can see since when I'm away, offline etc. (the text next to the name - e.g. away, for xx hours)
...
0
votes
1answer
35 views
How to delete contact only from selected group with UCMA 3.0
When I try to delete a contact, stored in some group with
_contactGroupServices.BeginDeleteContact -> _contactGroupServices.EndDeleteContact
it's deleting from each group in contact list.
Is it ...
-1
votes
1answer
87 views
desktop sharing [closed]
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 ...
0
votes
1answer
130 views
LyncClient.GetClient() before Lync is launched
I have this situation over here, where I have placed the application I've developed in the windows Startup folder. I'm launching it every time the PC is started. But then how do I get the LyncClient ...
0
votes
1answer
98 views
Can UCMA and Lync Server SDK be used to implement this scenario?
Is it possible to use UCMA and/or the Lync Server SDK to write a web application that can do the following:
Report the state of any in-progress calls for a specific user in the web page (active/on ...
0
votes
0answers
103 views
Office 2010 VBA problems after installing Lync update
We've noticed problems with VBA project references in Office 2010 after installing Office 2013/Lync update.
All users have installed Office 2010.
We have quite a lot of VBA tools. We've noticed that ...
0
votes
1answer
87 views
How to enable Office Communicator presentation mode programmically
I know that at least PowerPoint presentation mode will enable the OC / Lync presentation mode where the actual messages are not visible in the screen.
...
0
votes
1answer
66 views
Launching a sip client from a Mobile Browser
Is there a way to get an href with a sip address to open in a Mobile browser on either iOS or Android like it does on a desktop browser?
I'm using Lync 2010 as my sip client and it won't launch when ...
0
votes
1answer
143 views
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() ...
0
votes
1answer
80 views
show lync contacts in vertical bar like facebook, and when any contact is clicked should open as tabbed conversation like facebook
I am trying to make a wpf application where I want to integrate lync.
I want to show my lync contacts, just like facebook contacts at extreme right vertical bar, with search functionality if I want to ...
2
votes
1answer
453 views
Where in the Microsoft Lync API can I set an event handler for incoming IMs?
I'm setting a handler for the InstantMessageReceived event, but it only seems to fire on outgoing text messages, not incoming. Here is the code I'm running:
# Register the app with Growl
$icon = ...
1
vote
3answers
92 views
From within Powershell, how do I pass an IEnumerable argument?
I'm trying to use the Microsoft.Lync.Model.Contact.GetContactInformation() method. There are two versions, one which takes a plain enum, and another which takes an IEnumerable with multiple values.
...
0
votes
0answers
133 views
Lync 2013 SDK CredentialRequested event will not fire in UISuppressionMode
The issue I need help on is that the LyncClient CredentialRequested event is never fired when calling the lyncClient BeginSignIn method.
The context is as follows:
I have been working with the ...
0
votes
1answer
285 views
Which SIP server to deploy for my Android VoIP app?
I am building an android application that supports VoIP/IM/Presence with the available Android SIP stack. I also need to deploy a SIP server to enable the mentioned SIP functionalities as part of my ...


