Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
3k views

What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other. There is ...
2
votes
2answers
429 views

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 ...
1
vote
4answers
1k views

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

UCMA: Check custom SIP headers on receiver side for custom sender information

I'm using the CallEstablishOptions object on my message establishment side, to initiate a InstantMessageCall with addition custom headers. CallEstablishOptions callOptions = new ...
0
votes
0answers
61 views

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

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

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

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, ...
0
votes
0answers
429 views

Receiving incoming SIP:SUBSCRIBE messages using UCMA 2.0

I have an Office Communication Server 2007 R2 installed, and with a static rule to reroute all the messages with a specific domain to my UCMA application. What I am trying to do is to receive the ...
0
votes
1answer
171 views

Using UCMA to connect to 3CX?

Has anyone used Microsoft's UCMA 2.0 SDK to connect to 3CX's free IP PBX to add voice capabilities to their application? If so, does it work? What I am trying to accomplish is having a windows form ...