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
0
votes
1 answer

Is it possible to limit a conversation duration in OCS?

I am trying to develop an application which starts conversation between 2 random users within the company. We are using OCS 2007 R2. I am creating this conversation via UCMA 2.0 with the below code, but I am not sure if there is a way to limit the…
Mlh
  • 147
  • 3
  • 16
0
votes
1 answer

xml parsing error

I am writing a ocs IM client for android and now I am trying to delete a contact from contact list with the sip:alice@contoso.com command request to the cwa server... the…
Cata
  • 11,133
  • 11
  • 65
  • 86
0
votes
1 answer

Get SIP Address using VBScript

I am trying to get a user's SIP address so I can use a JavaScript object to check their presence in Office Communicator. Here is a script I found that is similar to what I am looking to do. Option Explicit DIM objConnection, objCommand Set…
Mark Cheek
  • 265
  • 2
  • 10
  • 20
0
votes
0 answers

Apache2 mistakes with my websites

I will start with the fact that I have an UBUNTU 16.04 server with OCS Inventory and GLPI, MyPHPadmin, Apache2 etc. on it. Each computer on which the OCS Agent will be installed will appear in the program database which is at the given address:…
0
votes
2 answers

2 Table Joins with WHERE clause

I'm using Mysql and I'm having a difficult time trying to get the results from a SELECT query. I am having 2 tables. First table hardware, second table softwares_name_cache: desc…
Oussema Benlagha
  • 51
  • 1
  • 1
  • 12
0
votes
1 answer

Robot for AIM, Samtime, OCS, etc

we know Google supplied some robots of gtalk , such as en2de@bot.talk.google.com which translates the messages you send to it from english to german. And I want to know are there any robot IM accounts that always on-line for AIM, SameTime, OCS,…
user435657
  • 625
  • 2
  • 10
  • 28
0
votes
0 answers

Batch command to determine appropriate system folder and move .ocx files there, then register file

I need to create an easy to use method for users to install .ocx files in their system folder, be it System32 or SysWOW64, and then register the file. I was able to follow directions and register the file after manually moving it to the system…
mwebb121
  • 1
  • 1
0
votes
2 answers

Custom Presence with UCMA 2.0 and OCS 2007

I have recently started working with Unified Communication Managed API 2.0 (UCMA) and Office Communication Server(OCS) 2007. I have a need in my app that I have to create custom presence for my users? Has anyone of you guys done this before and can…
Lav
  • 1,850
  • 15
  • 17
0
votes
1 answer

How to view Instant Messages on the Microsoft Office Communcation Server 2007

In Microsoft Live Communication Sever, all the IMs (instant messages) are stored on MS-SQL database and I could see them by simple queries. I've activated message Archiving on the Microsoft Office Communication Server 2007. Are all IMs stored on…
Amir Pournasserian
  • 1,600
  • 5
  • 22
  • 46
0
votes
1 answer

How can I retrieve the last IP address of a user in Microsoft Exchange

I need to determine the location of (mobiles) users within the enterprise buildings & floors. They are all using Microsoft Exchange & Office Communicator. If I have access to the IP address, I can know the location. Is there a way to retrieve the…
user333306
0
votes
1 answer

Start and Office Communicator Chat from Python

Does anyone know how I can lunch Microsoft Office Communicator and start an Chat from a Python script? Regards Michael
Michaelb88
  • 151
  • 2
  • 6
  • 14
0
votes
1 answer

RapidSSL with OCS Edge Servers

Can I use a certificate issued by RapidSSL for an OCS Edge Server installation?
nhuser
  • 1
  • 2
0
votes
1 answer

OCS 2007 R2: Any way to login into a Group Chat using UCC API?

I'm looking for a way to log into a persistent group chat room created in R2 Chat Server. Can UCC handle this or do I need a different library? The OCS people have a group chat API, but it won't run on XP!
AKoran
  • 1,846
  • 6
  • 22
  • 36
0
votes
1 answer

Can Microsoft OCS be embedded into an asp.net web page. How long should it take?

I have been told that Microsoft OCS is a bit like Windows Messenger. Can it be added to a web page by inserting and configuring some standard code so we end up with something like this: I know there is an OCS API but I don’t want to spend days…
Petras
  • 4,686
  • 14
  • 57
  • 89
-1
votes
1 answer

OCS Xmpp Iphone client

I have xmppframework for ios. I was able to communicate with GTalk but I need to use this api for Microsoft OCS for internal application of my company. Our server has been configured with CWA. NSString *pURL=@"im.name.com"; NSURL *url = [NSURL…
V V
  • 774
  • 1
  • 9
  • 29