Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Lync for Mac are instant messaging clients used with Microsoft Lync Server or Lync Online available with Microsoft Office 365 and Live@Edu. They are replacements for Windows Messenger which was used with Microsoft Exchange Server.
Questions tagged [lync-2013]
201 questions
0
votes
1 answer
Change incoming sip uri from AsteriskNow to e.164 format
I write an IVR using UCMA, When I want to transfer the call I've got runtime error.
after searching I found that the problem is the uri of call from asterisk wich is in form of 1234 instead of +1234. How and where can i set incomming call uri in…

littleali
- 408
- 1
- 6
- 22
0
votes
1 answer
Integrating IM applications with outlook 2013, user's presence not enabled in Contact Card
I have implemented the IM Client (32 bits) for Outlook 2013 (64 bits) as per article "https://msdn.microsoft.com/en-us/library/office/jj900715.aspx?f=255&MSPPError=-2147217396".
I have implemented the COM class by UCOfficeIntegration. Below link has…

KrishPS
- 145
- 2
- 10
0
votes
1 answer
Using ToneController to get more than one digit
I am new to UCMA and I read Tone Controller example in UCMA sdk 4.0.
I know this is the way you can record tone played by user:
void toneController_ToneReceived(object sender, ToneControllerEventArgs e)
{
Console.WriteLine("Tone…

littleali
- 408
- 1
- 6
- 22
0
votes
1 answer
Lync (2013) Client SDK does not work with Skype for Business Online
I have not been able to use S4B online with Lync 2013 client SDK yet. Throws exception while sharing the videos.
I tried it multiple ways in both UI Suppressed or Non-UI Suppressed but no luck. Had anyone been successful to have a working solution…

Kushagra Tyagi
- 11
- 1
0
votes
2 answers
Schedule the Online Lync Meeting for anonymous users
I have requirement to generate the url of the lync meeting for anonymous users or outsiders to view the video meeting without any invitation.

MSA
- 115
- 1
- 8
0
votes
1 answer
Lync 2013 Microphone issue
I am using the Microsoft Lync 2013 (Skype for Business) client. I verified my microphone and was able to test it using the SoundRecorder client. However the microphone is not recognized by the Skype client. Can someone help me to know why this might…

Sharath N S
- 106
- 2
- 7
0
votes
1 answer
Initiate Lync Conversation with specific subject
currently i involve in web based document management project. There's a requirement to retrieve the Lync IM conversation history that is related with any specific document.
so the team is decided to use conversation subject as the key to filter the…

Idam Satriya
- 1
- 2
0
votes
1 answer
How to open a specific conversation window in Skype for Business from inside an iOS app using openUrl method?
I have a question on the upgrade of Lync 2013 to Skype for Business on iOS app.
Earlier, when Lync 2013 app was there and installed on a device, calling sip://emailid using openURL method from an app used to open the Lync app with a conversation…

letsbondiway
- 470
- 3
- 18
0
votes
0 answers
Lync presence in Chrome
What plugin I need install and where can I download it for Chrome to get the lync presence indicator to work correctly. Version of Chrome is 46.0.2490.42 beta-m (64-bit). In Internet Explorer and Firefox everything works fine.

Dmitry
- 91
- 3
- 13
0
votes
1 answer
Lync 2013/S4B Client SDK - Cannot connect ContentSharingModality
I'm trying to follow along with this code sample from the Lync 2013 Client SDK documentation on MSDN (https://msdn.microsoft.com/EN-US/library/office/jj933060.aspx).
For some reason, I am never able to connect the ContentSharingModality in the Lync…

EricRRichards
- 474
- 7
- 20
0
votes
1 answer
Difference between Lync basic and Advanced when using Lync SDK?
I am planning to develop an communication apps based on Lync SDK. I understood that in order to run my application, i have to install lync client in the computer. This is where the following question arises
Is it possible to develop advanced…

Jollyguy
- 335
- 1
- 3
- 11
0
votes
2 answers
Establish a Lync/Skype for business IM Chat from a website (Intranet)
We need to develop a website in Asp.net MVC 4 which will connect user within the organisation on Lync or (skype for business now):The ask is:
1) A Sales guy see 10 Technical person in the list which is in database and all of them are in AD if that…

Tanuj Gulati
- 179
- 2
- 5
0
votes
1 answer
Docking incoming audio Lync conversation windows
This is crossposted from this Lync forum.
Has anyone succeeded in docking the conversation window that appears for
an incoming telephone call ? Automation.GetConversationWindow returns the wrong window for incoming AV calls
This code:
Automation…

Shadok
- 144
- 5
0
votes
1 answer
Detect team call with lync API
I developed a small application in C# which observers the Lync 2013 client for incoming calls. Some information about the caller and the type of call (sip, tel) is then processed for other purposes. But I have a problem with detecting e.g. team…

grubi
- 155
- 2
- 16
0
votes
2 answers
Use UCMA to auto-answer for users using Lync client?
Is it possible to use UCMA, or any Lync API, to create a server application that can answer voice calls on behalf of a Lync client user (and that Lync client endpoint)?
My use case is to be able to have a server application that can act on behalf of…

Tim
- 236
- 3
- 11