Questions tagged [ocs]

OpenSound Control is a communication protocol for computers, sound synthesizers, and other multimedia devices.

OpenSound Control is a communication protocol for computers, sound synthesizers, and other multimedia devices.

https://en.wikipedia.org/wiki/Open_Sound_Control

46 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
5
votes
2 answers

Sending formatted text with UCMA 2.0

Has anyone been successful in sending formatted text over an Instant Message flow using the UCMA 2.0 sdk? It doesn't seem to be very well documented on MSDN. Are there any examples out there? Any books that talk about this?
dmo
  • 3,993
  • 6
  • 35
  • 39
4
votes
2 answers

Microsoft Communicator Presence Indicators (Status Indicator) in a custom asp.net page

All, I am looking for a way to add an OCS presence icon the same that you would see in sharepoint, but i am looking to add it in a custom asp.net web site. Please assist! Bill.
billsecond
  • 612
  • 3
  • 21
  • 50
4
votes
2 answers

Communicator/OCS 2007 Integrated programs / plugins, How?, When?, What?

I've found the following blog http://www.modalitysystems.com/blog/?cat=14 but have not had the time to delve deeper into the different aspects described in it. I figured i'd throw out a broad question to you people and get some input :) What I want…
thmsn
  • 1,976
  • 1
  • 18
  • 25
2
votes
2 answers

Openshift Container Storage - copy file to persistent volume

I am trying to copy some files to a persistent volume that will be later on mounted on a pod. In the example I am looking at they use NFS PV and it is quite simple as I can access the NFS file system associated with a PV and I can add files to…
Atanas Matev
  • 21
  • 1
  • 3
2
votes
0 answers

COM Exception trying to get Presence from Office Communicator 2007

I am building a proof of concept on a new box that has been set up with Windows Server Standard running IIS 7. The task I need to do is take the logged in user and using Office Communicator 2007 check for the presence (and type of presence, online,…
amelvin
  • 8,919
  • 4
  • 38
  • 59
2
votes
1 answer

OCS presence in SharePoint AJAX-based web part

I'm currently implementing AJAX-based web part which displays search result. This search result has user names and opposite to each name I'm rendering the OCS presence indicator. This indicator works fine in IE6 but I can't get it to work in…
Maxim Ozerov
  • 71
  • 2
  • 8
2
votes
0 answers

OCS agent [error] Deflating

I want to connect a computer to the OCS server, but when I execute the sudo ocsinventory-agent --debug "command, I get an error: [error] Deflating problem and I have no idea of the error. I'm on ubuntu 12.04
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
2
votes
2 answers

OCS/Lync Website presence indication

I'm building few webparts for Sharepoint and I need to show presence of users (from Lync/OCS). When I use :
Jarek
  • 5,885
  • 6
  • 41
  • 55
1
vote
1 answer

Publishing a custom presence message in OCS2007 R2 using UCMA 2.0 (visible in MOC)

I'm writing a UCMA 2.0 application which connects with a 'UserEndpoint' to OCS. I want to be able to set a custom presence message along with my availability! I've run into some issues along the way and spent a lot of time Googling and tried out a…
peteski
  • 1,455
  • 3
  • 18
  • 40
1
vote
0 answers

Visual Studio 2010 debugging event

I want to write a plugin to Visual Studio 2010 which changes the Office Communicator(OCS) status of a user when s/he startes debugging in Visual Studio. I am familiar with the Client-Side API of OCS but I can't seem to find a proper way to catch the…
Mlh
  • 147
  • 3
  • 16
1
vote
1 answer

Using UCMA 3.0 to build an OCS IM bot. Where do I start?

I'm looking to create an IM bot for OCS which will provide users with certain pieces of information based on a series of external triggers. We use OCS exclusively in our environment, so building a bot on another platform is most likely out of the…
Carlos Nunez
  • 2,047
  • 1
  • 18
  • 20
1
vote
0 answers

Updating a Firefox registry entry

On some of my company's computers, there are two positions of FireFox (old and current version) in Control Panel Uninstall list (only one FF is installed). That makes a mess in our inventory (OCS). I found that it's because of a wrong registry entry…
Tocian
  • 11
  • 3
1
vote
1 answer

How to create folder and upload files using the OCS owncloud API

I am developing an app that use an owncloud OCS API. I used the Owncloud REST API for manage users and now I want to manage the files of each user. I am using nodejs. Is an API for manage files like manage users one? What I found was the API URL for…
1
2 3 4