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
1
vote
1 answer

Video editing on Microsoft Office Communicator

Is there a way to programatically edit and compose the video streams in Office Communicator? For example, how can I merge the webcam video streams of all the participants in a single video stream with a collage of all of them? Ideas?
sachaa
  • 1,977
  • 3
  • 18
  • 26
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
1
vote
0 answers

Searching a database using Speech Server 2007

I am planning on building a telephone speech application with Microsoft Speech Server (now Office Communications Server 2007 R2). Before I get started I have been trying to find some sample code or tutorials on how to search for some recognised text…
bannypotter
  • 133
  • 3
  • 11
1
vote
2 answers

Can't connect to Office Communication Server through Unified Communications API

I am trying to connect to Office Communication Server using the Unified Communications Managed API. I have tried my user and a fresh user enabled for OCS. Both account can successfully log into the Office Communicator client, but fail using the…
Robin Clowers
  • 2,150
  • 18
  • 28
1
vote
1 answer

Get Contact Profile Information from Office Communicator (OCS) SDK in C#?

My company uses MS Office Communicator Server (OCS) 2007 R2, and I am accessing with C# with the SDK. If I right click on a contact in OCS, I get the option to 'View Contact Card'. I want access to this via the API! Unfortunately I can find nothing…
user2043
1
vote
1 answer

OCS sql query to retrieve IM messages for particular users

I want to output all of the IM messages from an OCS database (LcsLogs), for various different users. I want all of the message they send or receive. I have something like the following at the moment: SELECT * from dbo.Messages where Messages.FromId…
greatodensraven
  • 281
  • 1
  • 7
  • 14
0
votes
0 answers

Plugin OCS Inventory Open Ports

Im trying to make a plugin in OCS Inventory to get all the open ports from a host. Im having big troubles in the agent file. I really dont understand all the files in my plugin but I had compared to other plugins and it seens okay. I can install the…
Expoespa
  • 7
  • 4
0
votes
1 answer

Itop data collector for OCS Inventory NG issue

I have installed data collector for OCS Inventory NG into the Itop server of my company and I did all the instructions from the ItopHub documentation (https://www.itophub.io/wiki/page?id=extensions:ocsng-data-collector-v2). However, when I run…
0
votes
1 answer

Is there a way to access Microsoft OCS Directory/Presence information using a web service?

We are working on a client app that should search and download directory information from Microsoft OCS server (OCS old as well as Lync). Does OCS provide web services type api? From what I understand, the client needs to do sip handshake before it…
videoguy
  • 1,732
  • 2
  • 24
  • 49
0
votes
2 answers

UCMA 2.0: Resume a Terminated InstantMessagingCall

Say I have a user on OCS who represents my application endpoint, and I try to message them from a web application locally (I built on top of the BasicIMCall sample application), and at some point they close the chat window, how do I resume the…
Ovidius
  • 1
  • 1
0
votes
1 answer

next cloud ocs create share api permission issue

while creating share link with the help of ocs share api i am able to create the link but it is not setting the permission that i am trying to give it. $ch = curl_init("https://servername/ocs/v2.php/apps/files_sharing/api/v1/shares"); …
0
votes
1 answer

How can I synchronize my joomla users to OCS2 PKP conference site?

I have a website in joomla 3.9 I need to connect the users to a OCS2 pkp conference management system to not register them again in the conference management site. the data bases are hosting in one server.
0
votes
1 answer

OCS Error after Upgrade from Debian Stretch to Buster

After an upgrade from Debian 9 to 10 we've got the following Errors in Apache2's error.log Can't locate Apache/Ocsinventory/Plugins/Apache.pm in @INC (you may need to install the Apache::Ocsinventory::Plugins::Apache module) (@INC contains:…
0
votes
1 answer

How to establish a video call programmatically via UCMA 2.0?

I am trying to establish a video call with with UCMA 2.0. But, I always end up with establishing an audio call. I found that default value of the DefaultMediaType property of the AudioVideoCall is MediaType.Audio. Sample code is: _call = new…
Mlh
  • 147
  • 3
  • 16
0
votes
1 answer

OCS Inventory integration in iTop Combodo

i have a big problem with the integrations in iTop by Combodo, I hope anybody can help me :) To my Problem... I have two servers with Linux Ubuntu 18.04LTS, one has itop installed and the other ocs inventory, both have their own mysql database. I…
Figaro
  • 1