Welcome to TechNet Blogs Sign in | Join | Help

Bill & Greg's Most Excellent Adventure

Tidbits on Unified Communications for our education customers.
customize Office Communicator

A colleague asked me if I was feeling better the other day and I asked him why he thought I was feeling bad. He said your IM says you have a headache "do not disturb". What he was referring to is the ability to customize Office Communicator. I customized mine and you can too!!!

Communicator 2007 client allows you to configure and use customized presence information. So how do I do it: 

  • Create an .XML file (any name will do it - i.e: custom.xml) with a content similar to this :
    <customStates>
        <customState ID="1" availability="online">
            <activity LCID="1033">Working from Home</activity>
        </customState>
        <customState ID="2" availability="busy">
            <activity LCID="1033">working at customer site</activity>
        </customState>
        <customState ID="3" availability="busy">
            <activity LCID="1033">Meeting on Campus</activity>
        </customState>
        <customState ID="4" availability="do-not-disturb">
            <activity LCID="1033">Have a headache</activity>
        </customState>
    </customStates>
  • Make the file you have created above accessible. As rule of thumb if you can access at the file through any of the following protocols you're in a good shape. 
    • File share
    • HTTP(s)
  • Create the following registry key:

HKLM\SOFTWARE\Policies\Microsoft\Communicator\CustomStateURL = file://server/share/custom.xml

  • Restart Office Communicator.

That's it. :)

Posted: Wednesday, March 19, 2008 10:58 AM by gkatz

Comments

Eric said:

Can I just point the communicator to a file local to my machine?

I am getting a message that "This XML file does not appear to have any style information associated with it.  The document tree is shown below.

# February 12, 2009 11:19 AM

Reny said:

Can we add button or links to call a javascript from Communicator 2007. Is add-in or plugin allowed for Communicator 2007. The purpose would be to call CWA API be called from this add-in or custome link.

# May 12, 2009 1:01 AM

Reny said:

Can we add button or links to call a javascript from Communicator 2007. Is add-in or plugin allowed for Communicator 2007. The purpose would be to call CWA API be called from this add-in or custome link. Is there any link or document which says what are the various customization possible in Communicator 2007.

# May 12, 2009 1:02 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker