Questions tagged [lync-server-2013]

Microsoft Lync Server 2013 is a real-time communications software that offers instant messaging (IM), presence, conferencing, and telephony solutions that can support enterprise-level collaboration requirements.

15 questions
7
votes
4 answers

Error SIPEPS, Version=5.0.0.0 UCMA 4.0 VS2010/VS2013

I had developed an UCMA 4.0 application on both VS 2013 and VS 2010. When run project, I got this error: Could not load file or assembly 'SIPEPS, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The…
Neo
  • 1,469
  • 3
  • 23
  • 40
2
votes
1 answer

Lync 2013 user availability

I want to write an application that will check the availability of a list of lync 2013 users.So is there a way where i can make lync exchange this information with my application. I want to communicate with a user who is online at a purticular…
Ebin
  • 33
  • 5
1
vote
1 answer

How to accept a Lync conversation invite in the UCWA 1.0 API

I am tied to using UCWA v1.0 and I can find no documentation for it ... all Micrsoft UCWA documentation seems to point back to v2.0. For example, the following, Lync 2013 The specific problem I am having is related to receiving an incoming…
smillied
  • 23
  • 6
1
vote
1 answer

Is it possible to use Lync Server 2013 as a UCMA application server also?

I'm new to UCMA and I'm trying to set up an environment to build UCMA applications. I have 2 Windows 2008 Servers, one for Active Directory DC and an other for Lync 2013 Server, can I use either of these machines to also run/develop my UCMA…
CharlesBryan
  • 181
  • 1
  • 16
1
vote
1 answer

Added SIP-headers in MSPL application missing/being removed in Lync 2013

I've got a managed SIP application / server application in Lync 2013, and try to add a header (History-Info and a proprietary one), and I can see it added in the e.Request.AllHeaders collection. But when the request is passed on and i see it in…
CrudMonkey
  • 55
  • 6
1
vote
1 answer

Retrieve call forwarding (routing) rules of a Lync client

How can I retrieve the call forwarding (routing) rules of a lyn client using UCMA or MSPL? I have tried to retrieve it using a UserEndpoint and subscribing to the PresenceNotificationReceived event of RemotePresenceView. Unfortunately this seems…
Christoph
  • 158
  • 4
0
votes
1 answer

Newly created Response Group Workflows do not get listed

I am creating Response Group Workflows using Remote PowerShell in C#. Workflow gets created successfully and I get Workflow Identity in return. But these workflows does not get listed using Get-RgsWorkflow command nor they are listing in Skype for…
itsrizi
  • 201
  • 3
  • 10
0
votes
1 answer

How to Debug Remote Command

I need to execute this command on our remote Skype server: SEFAUtil.exe /server:lyncserver.domain1.co.uk sip:MySelf@domain.com /addteammember:sip:OtherUser@domain.com /delayringteam:10 which adds a colleague to my team call group. I am able to run…
Bassie
  • 9,529
  • 8
  • 68
  • 159
0
votes
1 answer

Trying to save Lync Conversation History by using Lync Client SDK from Exchange Server but "Conversation History" folder is not Present

I am trying save Lync Conversation History by using Lync Client SDK from Exchange Server but "Conversation History" folder is not Present how to get this or create this folder?? Am trying with below code.. class Program { static void…
0
votes
1 answer

Other Than Exchange Web Service [EWS] is there any other mechanism is present, to get conversation history of Lync users by using Lync SDK?

I am creating one sample application [.net technology] by using Lync Client SDK-2013. I want to save the conversation history of particular lync users, recently i come to know that through Exchange Web Service [EWS] we can track the conversation…
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…
0
votes
1 answer

How does "call via work" in Skype4b/Lync Server 2013 work?

Prior to call via work (cVw) we used rcc to achieve this, since the skype for business (Skype4b) server doesn't support it anymore we want to achive the same functionality via ucma. My thoughts on how to achieve this are roughly: create an endpoint…
rtur
  • 165
  • 9
0
votes
2 answers

Lync / Skype 4 Business Bot

I'd like to create a simple server service that can perform the following tasks: Retrieve presence info for specified user(s). Send message to specified user. From what i've been reading, and because i'm siting server side I could choose to use UCMA…
Mike
  • 780
  • 1
  • 5
  • 26
0
votes
3 answers

Block attendees video in Lync 2013 conference

I am trying to create a Lync-Meeting programmatically using UCMA/Lync SDK. While the creation of a conference is pretty straight forward, it is one of my requirements to disable/block the video broadcast of the attendees by default. This can easily…
Ya Ha
  • 1
0
votes
1 answer

Detecting routed to sip address in a MSPL script from an incomming ddi number

In Lync 2013, if you setup a DDI for a lync contact and call it from a external number, the sip request that a MSPL script sees is that it's being sent to the E164 formatted DDI e.g. To: I'm trying to find out…
Shane Powell
  • 13,698
  • 2
  • 49
  • 61