Tagged Questions
The communicator tag has no wiki summary.
3
votes
1answer
63 views
MPI : getting number of nodes (not processes) in a communicator
I'm working with MPI programs on an SMP supercomputer. I would like to identify which processes are sharing the same node, for example by setting an integer key that is equal in all processes on the ...
3
votes
2answers
391 views
MPI difference between Communicator and Group
I have read the definitions of these terms and my interpretation is that there is a one to one relation between a group and a communicator. A group is a set of processes which wish to communicate with ...
3
votes
1answer
3k views
How Does the Office Communicator Presence Status Work?
I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a ...
3
votes
2answers
2k views
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 ...
2
votes
2answers
722 views
Calling Office Communicator via Silverlight Out of Browser
I need to invoke office communicator to create a chat window and phone call directly from Silverlight when running out of browser. When running in browser I do this and it works pretty well:
...
2
votes
1answer
175 views
Is there a Office Communicator Automation API for Windows Mobile 6.0
Is there an Windows Mobile Office Communicator client API to develop a plugin using OCS.
2
votes
2answers
1k views
Is it possible to develop plugins for Microsoft Office Communicator?
Is it possible to develop plugins for Microsoft Office Communicator? If so, where does one start -- is there an SDK?
1
vote
1answer
395 views
Calling Communicator.UIAutomation from Silverlight 4
I'm trying to instantiate a COM connection to Communicator 2007 from an Out of Browser Silverlight 4 app. I'm following some sample code - one (slightly different) example of which is here - but I'm ...
1
vote
1answer
389 views
Office Communicator: How to identify the opening of an IM window
I'm developing an "automatic message" add-in for Office Communicator 2007, but I need to know how to identify if another user opens the IM Window (not me, but another user).
I have the following ...
1
vote
3answers
244 views
Group MPI tasks by host
I want to easily perform collective communications indepandently on each machine of my cluster. Let say I have 4 machines with 8 cores on each, my mpi program would run 32 MPI tasks. What I would like ...
1
vote
2answers
137 views
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 ...
1
vote
3answers
12k views
How to export/import MS Office Communicator contacts?
I had MOC 2005 re-installed on my office PC recently, and found to my chagrine that it had lost all of my contacts. I've searched for ways to export/import the contacts list, but have not found any ...
0
votes
0answers
117 views
How to do “InitiateSession” for Microsoft Office Communicator in Android Application?
I would like to integrate Microsoft Office Communicator in our native Android application.
Till now now I have succedded in doing LogOn feature through HTTPS connection to the Communicator server.
...
0
votes
0answers
201 views
Office Communicator Server 2007 (OCS 2007) Group Chat Story Message
How can I upload a file in Group Chat Story message. You can do this via the Group Chat client but I cant figure out how to do it using the api. The object 'FormattedOutboundChatMessage' only ...
0
votes
1answer
2k views
Can Lync 2010 and Communicator 2007 (w/ or w/o R2) client be installed on the same machine
Can both clients be installed and used at the same time ?
The purpose of using both is based needs to develop for Lync 2010 while still using Communicator 2007 in a corporate environment. Or would ...
0
votes
0answers
169 views
How to keep message history of Microsoft office communicator2005?
I am using Win7 and Microsoft office communicator2005. I tried install LCSMessengerHistory to keep history of communicator but failed.I got some error. I works in Winxp. Is there any other option?
...
0
votes
1answer
204 views
Microsoft Office Communicator 2007 when client not on NT Domain
I'm trying to run Microsoft Office Communicator 2007 on client which is not part of an NT Domain, but which has VPN access to my corporate network. When trying to authenticate, however, MOC just ...
0
votes
1answer
314 views
Were you ever able to create a BOT using Office communicator 2007 R2
I read your post regarding creating a ChatBot using Office Communicator 2007 - I would like to know whether you ever got this answered, since I would like to create a Bot too - thanks. I have found ...
0
votes
1answer
469 views
Office Communicator Auto Accept Calls with C# API
Is there a way to automatically accept calls programmed with the C# Api when someone calls 'me' to start a video call?
Starting a video call with the API is easy:
var contactArray = new ArrayList();
...
0
votes
2answers
344 views
relation between ranks of processes after using MPI_COMM_split
I used MPI_Comm_split to split the default MPI communicator.If initially there were 10 processes in default communicator ,MPI_COMM_WORLD and ,say, their ranks were identified by id_original. The new ...
0
votes
2answers
1k views
Get Microsoft Communicator status
I'd like to add Communicator Presence to my application (much like how Outlook and other MS apps have it), and I'm unable to find documentation about how to fetch this status.
Is there a way I can ...