Questions tagged [uccapi]

11 questions
27
votes
2 answers

what are difference between "Lync Server 2010 SDK" / "UCMA 3.0 SDK" / and UCC API?

I'm looking for the client side and server side API for Lync 2010. But I found many API that can be able to develop. Anyone what are difference between all of them? Please help Microsoft Lync Server 2010 SDK…
Lertwut W.
  • 273
  • 3
  • 8
4
votes
1 answer

Is it OK to use UCC API in 2017?

I'm looking for a SIP/RTP implementation for C#, and I've stumbled upon MS "UCC API SDK", which looks promising at first glance. But googling it gives information mostly related to Lync, and dated around 2007-2008. Is this technology alive? Should I…
Mikhail
  • 1,223
  • 14
  • 25
3
votes
2 answers

sip "100 trying" instead of "180 ringing"

I develop a software using Microsoft Unified Communications and c#. I'm using a IMVoipSample as a code base. As a voip backend i'm using asterisk. Everything fine, i can register, make calls, accept/reject incoming calls. There is a one thing that…
Yuriy Vikulov
  • 2,469
  • 5
  • 25
  • 32
2
votes
2 answers

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 below SDKs can retrieve the Lync Presence. Lync…
user369287
  • 692
  • 8
  • 28
1
vote
1 answer

Microsoft Unified Communications Client API SDK availability

I am using Microsoft Unified Communications Client API SDK to get the presence of a user like available,busy etc. I am able to install successfully, is there any tutorial to just get the presence of a user using this sdk ?There is no proper tutorial…
user1907849
  • 960
  • 4
  • 19
  • 42
1
vote
1 answer

Detecting which MCUs to connect on an incoming conference

SO. I'm working with the OCS UCCAPI, developing a custom OCS client. I'm currently having a hard time detecting what "kind" of Conference my client is being invited to. Using the Office Communicator client, I can start "IM conferences" (by inviting…
Fábio Batista
  • 25,002
  • 3
  • 56
  • 68
0
votes
1 answer

UCC API to UCMA 3.0 for Lync

I have a project written for LCS that uses Microsoft.Office.Interop.UccApi.DLL, now I'm going to rework by changing the UCCAPI COM for C++ to UCMA 3.0 with the .tlb file generated from Microsoft.RTC.Collaboration.dll (interop from managed dll to…
Kasasrus
  • 3
  • 2
0
votes
1 answer

Clarification about UCCAPI in c#

Using UCCAPI is it possible to identify through which client the message is comming for eg : if i am receiving thru Microsoft Office Communicator(MOC) or Custom Client Say for Ex if 10 people are using the Custom Client if 3 are not signed in. but…
0
votes
1 answer

"Error: 488: not acceptable here" in officesip (uses uccapi)

I am developing a softphone,using "officesip (https://sourceforge.net/projects/officesip/)", I succeeded in establishing call between subscribers, but while a receiver picks up the call the, the call is terminated,showing "error:488:not acceptable…
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
-1
votes
1 answer

Problems accessing uccapi.dll COM interface C++

I'm working on a project involving the Microsoft Unified Communications Client API; uccapi.dll. I'm also using Codegear C++Builder 2010, not Visual Studio. After registering the dll with regsvr32 and importing it as type library into C++Builder…
petrobrush
  • 85
  • 1
  • 8