VoiceXML Browser refuses to start on second call
I have a UCMA app that handles a call, creates a VoiceXML Browser instance, RunAsyncs it, and then when it's all over Terminates the call and disposes of the Browser. This works fine for the first...
View ArticleCall.EndEstablish: This operation is not allowed in the current conversation...
Hi all, I'm trying to create a call. I'm copying the example here: http://blogs.claritycon.com/ucpractice/2012/06/15/outbound-calls-from-ucma-without-lync-server/ var conversation = new...
View ArticleMicrosoft.Rtc.Collaboration.dll (4.0.7577.0) works with C# class library...
My development environment is: Windows 7 64 bitVisual Studio 2008.Net 3.5 SP1UCMA 3.0The sample application creates a user endpoint and sends an instant message to a remote user.The sample application...
View ArticleHow to set a "Display Name" for an ApplicationEndPoint in a UCMA standalone...
Hi,While creating an ApplicationEndpoint , I want to also set a friendly display name for itButendpointSettings.OwnerDisplayName , endpoint.OwnerDisplayName or...
View Articleproblems getting AV Flow to go active for UCMA without Lync
We are using UCMA without Lync. We open up an app endpoint on our local box on the SIP port (5060) and wait for calls. When calling into the app using XLite 4, set to use TCP SIP signalling, we see the...
View ArticleStandalone UCMA Works on Development Box AudioVideoFlow never goes active in...
I'm trying to deploy my UCMA App to a production server, and it appears to respond correctly etc. but it isn't ever sending the audio video flow active. I know it's getting a request for audio and the...
View ArticleWhy UCMA use SIP over TCP instead of SIP over UDP?
Why Microsoft make this choice?The reason/logic/rationale behind this choice?Why it does not support both?Hippias Minor
View ArticleLync Developer Roundtable: "UCMA 4.0 Development Topics"
Lync Developer Roundtable: "UCMA 4.0 Development Topics" Topics covered:1. Using Async Patterns with UCMA 2. Converting from UCMA Workflow to UCMA CoreDate: August 2, 2012Time: 9am PDTDuration: 1 hour...
View ArticleAnyway to do a silent install of UCWA 4.0?
I don't see any command line switches that support silent install. Is this possible?
View ArticleUCMA Workflow play back Audio files while giving caller ability to skip to...
Do you know of any way that I can use UCMA Workflow to play back a number of Audio files to the caller while giving the caller the ability to skip to the next file using a speech command. For Example:...
View ArticleIs there any way for UCMA to send data or command to Lync Client when invite...
We are seeking a way or method with which we can notify a Lync Client user with some specific info or get a Lync Client user to take an action in the scenario where the Lync Client user is invited to a...
View ArticleUCMA 3.0 IMs only displaying Subject (Toast) on Blackberry Lync Client via BES
Hi, I've got kind of a weird question.I develop a UCMA 3.0 application that dispatches IMs. Our customer is starting to roll out Lync for Blackberry phones, using a BES server. When the IM messages...
View ArticleUCMA 3 or 4: how to get notification when one attendee initializes desktop...
UCMA conference, all lync clients join conference via B2B.One user/lync client intializes desktop sharing session via B2BThis user shows in state of desktop sharingHowever other attendees in conference...
View ArticleUCMA 4 : Does VoiceXml.Browser support XML 2.1
When I test VoiceXml.Browser with VXML 2.1 i can not able to execute anything.And at UCMA 4.0 sdk, voice xml example use VXML 2.0.Hippias Minor
View ArticleRecording Full Conversation with UCMA
When I make a outbound call I try to record conversation like this: // Record the voice on the other call Recorder recorder = new Recorder(); recorder.AttachFlow(avcall.Flow); string...
View ArticleLync Chat History
Hi Team,I have a question for Lync 2010.How I can capture the data for Chat.1. How many chats occurred in a given time period2. Who participated in the chat.Can some one tell me how I can get these...
View ArticleUserendpoint AudioDevice
Hello,I used the UCMA UserEndpoint to integrate simple callingfeatures in an existing WPF Application. I can start new calls and receive calls. The signaling works fine. But when a call is established...
View ArticleOutbound call Response State
I make an outbound call and can understand if connection is established. private void EndEstablish(IAsyncResult ar) { AudioVideoCall avcall = ar.AsyncState as AudioVideoCall; try {...
View ArticleThe endpoint must be in Established state to perform this operation
Hi,I am executing sample application subscribepresence in UCMA3.0 SDK. The API remotePresenceView.StartSubscribingToPresentities throws the exception "The endpoint must be in Established state to...
View ArticleWhat and how the 'ApplicationContext' property of UCMA conversion class can...
The document says that the 'ApplicationContext' property is 'the application-specific context for the conversation and useful for the application to retrieve conversation-specific application context',...
View Article