Posts RSS Comments RSS 237 Posts and 28 Comments till now

Archive for the 'OCS' Category

Update of the MS RTAudio Speech Codec Overview (v1.1)

Overview

The document provides a functional description of the Microsoft RTAudio speech encoder and decoder. A list of core capabilities is provided. Also, a detailed list of features such as rate control and forward error correction is included to show how the codec can be used in Voice over IP and other IP Network-based media communication solutions. Finally, the document includes information for licensing this technology from Microsoft Corporation.

Click here to download the updated doc…

UC Enhanced Presence Schemas for OCS 2007

Overview

The Unified Communications Enhanced Presence Schemas are intended for application developers who are interested in publishing or subscribing to enhanced presence within the Microsoft unified communications application framework while maintaining interoperability with Microsoft Office Communicator 2007. The accompanying XML Schema Definition (XSD) files are provided as an application development tool.

The enhanced presence model provides finer control over published presence information. Unified communications clients, other than Communicator, need to understand these presence data types if they are to interoperate with Microsoft Office Communicator 2007.

Note:

  • There is no support for this download.
  • The accompanying XML Schema Definition (XSD) files may not be redistributed.

 

Click here to download…

Update: OCS 2007 Guides

Looks like some updates to the following guides were recently released.  I still don’t see a change management section so looks like we have to re-read the entire document to find out what’s new.

Office Communications Server 2007 Document:

OCS 2007 Visio Stencils

Office Communicator Server 2007 Visio stencils are now available from the MS Downloads site.

Overview:

The Office Communications Server 2007 Visio stencil contains icons for Office Communications Server 2007 server roles and components.

Click here to get the stencils…

OCS 2007: Enhanced Presence White Paper

Related to my previous post on the presence survival guide this paper provides an in-depth look at the enhanced presence model developed for Microsoft® Office Communicator 2007 and Microsoft Office Communications Server 2007. This paper is targeted at IT and support professionals and includes the following topics:

  • An overview of presence and enhanced presence features
  • A system overview of the enhanced presence model, including architectural components
  • The aggregation process used to collect presence input from multiple sources and determine a single presence status for a user
  • The role of containers and categories in the enhanced presence model to allow users to control the type and amount of presence information that other users see

OCS 2007: Enhanced Presence Model White Paper

OCS Enhanced Presence Survival Guide

Ever wanted to know more about the new enhanced presence model in OCS?  A little gem I found buried in a blog post back in 10/2007 is the Presence Survival Guide.  This jewel explains the basic information you need to understand presence, how it works, and how to use it to your advantage to make your time at work more productive.

 

Topics included:

  • Presence overview
  • Top five ways presence can help you
  • What do the presence buttons mean?
  • What are all the presence attributes that describe a contact?
  • How to manually change presence information
  • How presence is updated based on your Outlook calendar
  • How presence is updated based your activity
  • How presence is updated based your inactivity
  • How to control presence to make it visible to some, but not to others
  • How your Presence information appears to others based on access levels

http://office.microsoft.com/en-us/help/HA102067221033.aspx

Update: Microsoft UC Open Interoperability Program

This page describes the Microsoft Unified Communications Open Interoperability Program for enterprise telephony infrastructure. Use this page to learn about the Open Interoperability Program, qualified SIP-PSTN gateways and IP-PBXs, and the process for telephony infrastructure vendors to join and participate in the program.

 

As Jen Trier Rasmussen posted yesterday, this page was recently updated.

 

http://technet.microsoft.com/en-us/office/bb735838.aspx

Publishing Communicator Web Access 2007 via ISA 2006

The ISA Server product team has just published a guide on how to configure CWA 2007 for external access using ISA 2006.  For more options on configuring CWA with ISA check out the CWA Lab Deployment guide.

 

"The page that ISA Server 2006 publishes externally is the ISA Server 2006 page, which uses forms-based authentication. This means that we don’t have the Microsoft Communicator Web Access 2007 interface published. Some customers might want to offer their users a single-interface experience to access CWA 2007 through Internet and Intranet.

This post will explain the steps to achieve this goal on the Microsoft Communicator Web Access 2007 side as well as on the ISA Server 2006 side."

 

http://blogs.technet.com/isablog/archive/2008/01/22/publishing-communicator-web-access-2007-through-isa-server-2006.aspx

Have your LifeCam Call Button support Office Communicator (OCS 2007)

Gotta love the Internet.  Thanks to my good bud Aaron for noticing this post from BrettJo who wrote about this new kit from Microsoft.  I personally have two LifeCams and have often thought wouldn’t it be great if this Call Button worked with my Office Communicator 2007 client?  Well my prayers were answered…

Microsoft Internet Communications - Office Communicator/Call Button Integration Support Kit BETA

What phone numbers have you deployed in your OCS voice environment?

Issue

So you’ve deployed OCS 2007 with Voice in your organization and know you need a way to keep track of all the phone numbers your have assigned to your voice enabled users.  One way of course to is to build a nice spreadsheet but that can be cumbersome to manage in a large environment where many people have their hands in the OCS environment.   

Wouldn’t it be nice if you could just query AD to get the numbers?  I love playing around in Powershell and couldn’t help myself from tinkering with this issue.  Using ADExplorer I was able to locate the attribute on which to to base my query.

  • msRTCSIP-Line

Prerequisites

  1. Windows Powershell
  2. Quest ActiveRoles Management Shell for Active Directory (free)
 

Solution

Get-QADUser -DontUseDefaultIncludedProperties -IncludedProperties ‘msRTCSIP-Line’,name -ObjectAttributes @{’msRTCSIP-Line’='*’} | format-table name,’msRTCSIP-Line’

 

Of course you can modify the script to export the information to a CSV file or filter the results by OU very easily.  Bottom line though is it works. 

 

Happy scripting.

« Prev - Next »