Sign in
Am I Done?
In the Cloud
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Monthly Archives
Archives
May 2012
(1)
December 2011
(1)
November 2011
(1)
November 2009
(1)
August 2009
(1)
May 2009
(1)
April 2009
(1)
January 2009
(3)
October 2008
(3)
September 2008
(1)
July 2008
(2)
June 2008
(3)
May 2008
(4)
April 2008
(4)
March 2008
(4)
February 2008
(2)
January 2008
(2)
Search
Blog - Link List
WINDOWS AZURE LINKS
Windows Azure SDK
Windows Azure Forums
Tags
ACD
Best Practices
Click to Call
Click to Chat
Communicator Automation API
Events
Labs
MCM
Mission Critical
MSPL
OCS
OCS R2
Presence
SOA
Speaking
Speech Recognition
Speech Server
UC AJAX
UC API
UC Macintosh?
UCMA v2.0
VSLive
WF
Windows Azure
WPF
Blog - Email Author
Contact - Am I Done?
Name
Email
Subject
Message
Send
MSDN Blogs
>
Am I Done?
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Am I Done?
Integrating Speech Server with Office Communications Server
Posted
over 5 years ago
by
Michael D. Dunn
5
Comments
While Speech Server is apart of Office Communications Server, the two do not rely on each and actually do not integrate with each other out of the box. However that doesn't mean it can not be done. There are two main scenarios which I am always asked...
Am I Done?
Sending SMS messages via Communicator
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
If you are using PIC (Public IM Connectivity) in OCS, you can send SMS messages to any capable phone in North America, via AOL's SMS Gateway simply by sending a message to an E.164 normalized phone number. IE: +16128591899 and appending the AOL domain...
Am I Done?
Using the Communicator Automation API
Posted
over 5 years ago
by
Michael D. Dunn
3
Comments
Recent Update to the Presence Controls: http://www.microsoft.com/downloads/details.aspx?familyid=25A27453-15FF-48AB-AF1B-692CD77AB510&displaylang=en I'm working on a small project which uses the Communicator Automation API. In fact I'm taking a...
Am I Done?
Speech Server 2007 vs UCMA v2.0 WF activites
Posted
over 5 years ago
by
Michael D. Dunn
3
Comments
I am planning a series of blog post s that will show you how to create UCMA WF applications that can answer the telephone with speech recognition and speech synthesis abilities. However before I do that I HAVE to explain the differences between UCMA and...
Am I Done?
CTI (Computer Telephony Integration) w/ Office Communications Server
Posted
over 5 years ago
by
Michael D. Dunn
2
Comments
Side Note: I know I haven’t blogged much recently, but I’ve changed roles within Microsoft, been on parental leave and busy working with customers. However I am planning a series of post about creating UC solutions .. I get this question a lot, "Does...
Am I Done?
Communicator AddIn for Outlook Released
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
Code & Binary are now released: http://code.msdn.microsoft.com/Communicator4Outlook
Am I Done?
New UC API Samples Released!
Posted
over 5 years ago
by
Michael D. Dunn
2
Comments
A few new code samples have been released on various UC APIs. I haven't checked them all our yet, but I can speak a little to the "Integrating Web Chat Functionality" as I know the guy who wrote it... The Web Chat Functionality sample shows you how...
Am I Done?
Unified Communications Managed API v2.0 Workflow Applications
Posted
over 4 years ago
by
Michael D. Dunn
1
Comments
UCMA v2.0 includes a great abstraction layer, Communication Workflows, based on the Windows Workflow Foundation (WF). These workflows are great for those needing to great simple yet powerful UC enabled applications. The workflow activities themselves...
Am I Done?
Creating a Click to Call Application w/Speech Server (2007)
Posted
over 5 years ago
by
Michael D. Dunn
2
Comments
The term "Click to Call" is thrown around a bit to mean slightly different things. In this post I'm going to show you how to create a web based interface, in which end users can type their name and phone number and have your Speech Server (2007) application...
Am I Done?
Communicator Automation API in Action - Outlook Add-In
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
I've been working on the an Add in for Outlook, using VSTO and the Communicator Automation API, which allows you to view all of your contacts while it Outlook. Outlook already gives you presence and functionality to communicate with the people for the...
Am I Done?
Creating a WCF ACD (Automatic Call Distributor) Server Part I
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
Download Code Sample In March of last year I started a CodePlex project which didn't get very far and I kind of left it. At that time Speech Server (2007) was still in Beta and I wanted to build an ACD for it, which I somewhat accomplished. If you...
Am I Done?
Server Side Speech Recognition
Posted
over 4 years ago
by
Michael D. Dunn
0
Comments
Last week I learned something, well I learned many things but one that was particularly interesting. Lets say you wanted to do server side speech recognition but you don't want the transport to be SIP. This obviously eliminates using UCMA 2.0 as by default...
Am I Done?
UCMA WF Application Host
Posted
over 4 years ago
by
Michael D. Dunn
1
Comments
As promised I've released some code that shows you how to create a reusable application host that will run your UCMA 2.0 Workflow Applications. You can find the code, binaries and an initial "How To": http://code.msdn.microsoft.com/ucmahost The...
Am I Done?
Creating a WCF ACD Server Part II - Presence using the UC AJAX SDK
Posted
over 5 years ago
by
Michael D. Dunn
4
Comments
Download Sample Code Ok let me say this for clarification. This isn't a "real" ACD. It isn't "real" because we aren't actually transferring the callers off the IVR. Part of the benefit of an ACD is that moves callers off your IVR to somewhere else...
Am I Done?
Fix for Speech Server (2007) "Red X" Issue
Posted
over 5 years ago
by
Michael D. Dunn
2
Comments
The update for the "Red X" issue you may see in your workflow after loading VS 2008 on the same box is now available. This made my day! http://www.microsoft.com/downloads/details.aspx?FamilyId=4D8B068B-3C45-4EEA-BBC8-C4A4C4201F60&displaylang=en
Am I Done?
Web Based Presence using UC AJAX API
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
I was asked today how easy it would be to create a web control that would display a user's presence on their blog. My answer is it is pretty easy, which it is, but it isn't as intuitive as one might think. If you are familair with UC APIs at all your...
Am I Done?
Windows Speech Recognition Macros
Posted
over 5 years ago
by
Michael D. Dunn
0
Comments
A Technical Preview of Windows Speech Recognition Macros, WSRMacros, has just been released! Like the name suggest it allows you to create Macros for Vista's Speech Recogntion. You don't need to know anything about SAPI to work create a simple application...
Am I Done?
OCS 2007 R2 Virtual Launch
Posted
over 4 years ago
by
Michael D. Dunn
1
Comments
Sign up for the OCS 2007 R2 Virtual Launch on Feburary 3rd. http://www.microsoft.com/communicationsserver/virtualevent/languageselect.aspx And just to keep entertain until Feburary 3rd, here are some R2 launch teaser videos: http://www.youtube.com...
Am I Done?
Unified Communications Developer Labs
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
I was checking out the UC Developer Portal recently and It seems it is not up to date on the available Virtual Labs for UC Developers, as it only list 5. For a more up to date list, you can visit this URL: http://msevents.microsoft.com/CUI/AdvancedSearch...
Am I Done?
Presence in WPF
Posted
over 5 years ago
by
Michael D. Dunn
1
Comments
A very interesting article on using WPF to display presence by Erik Klimczak from Clarity Consulting. It goes more into the WPF side, than the actual presence, but you need to know how to make your presence bubbles look good too! I love the example of...
Am I Done?
Custom Disclaimer
Posted
over 4 years ago
by
Michael D. Dunn
0
Comments
A lot of businesses want to add disclaimers to external communications. Using MSPL on the Edge servers we can create something to simply add this disclaimer to an IM Conversation. Since MSPL hasn't really changed from LCS to OCS, we can use the sample...
Am I Done?
Re: Presence in WPF
Posted
over 5 years ago
by
Michael D. Dunn
0
Comments
Michiel van Oudheusden from e-office, has taken the challenge to actually hook up the the WPF Presence bubble screensaver to Communicator to show presence of your contacts! http://unified-communications-development.blogspot.com/ The blog belongs...
Am I Done?
Office Communications Server 2007 R2 Unveiled at VoiceCon Amsterdam
Posted
over 5 years ago
by
Michael D. Dunn
0
Comments
News Article here: http://biz.yahoo.com/prnews/081014/aqtu055.html?.v=76 This announcement allows me to start blogging about R2 development features. Expect many UCMA v2.0 blog posts soon!
Am I Done?
Creating a Click to Chat Application w/Office Communications Server 2007 Part I
Posted
over 5 years ago
by
Michael D. Dunn
0
Comments
One of the most common questions I get is: Can OCS do "Click to Chat"? The answer is not out of the box, but using the APIs you can build it. In this post I'm going to cover the theory, in Part II we'll get into some code. Items that need to be...
Am I Done?
Windows Speech Recognition Macros Tools have Shipped!
Posted
over 4 years ago
by
Michael D. Dunn
0
Comments
I blogged about these earlier and they have finally shipped. You can download them here: http://www.microsoft.com/downloads/details.aspx?FamilyID=fad62198-220c-4717-b044-829ae4f7c125&displaylang=en
Page 1 of 2 (35 items)
1
2