Hi,
I have deployed Custom Presence as per the technet guide and applied the policy to all users. When I sign in I can see the custom states listed however I cannot see the green, red or DND symbol next to them. Does anyone have any idea why this wouldn't be showing??
Here is the xml code I've used:
<?xml version="1.0"?>
< customStates xmlns="http://schemas.microsoft.com/09/2009/communicator/customStates">
<customState ID="1" availability="online">
<activity LCID="1033">Working from Home</activity>
<activity LCID="1044">activity 2 for 1044</activity>
<activity LCID="1055">activity 3 for 1055</activity>
</customState>
<customState ID="2" availability="busy">
<activity LCID="1033">In a Live Meeting</activity>
<activity LCID="1036">Equivalent French String for - In a Live Meeting </activity>
</customState>
<customState ID="3" availability="busy">
<activity LCID="1033">Meeting with Customer</activity>
<activity LCID="1055">meeting with client</activity>
<activity LCID="1036">Equivalent French String for - Meeting with Customer</activity>
</customState>
<customState ID="4" availability="do-not-disturb">
<activity LCID="1033">Interviewing</activity>
</customState>
< /customStates>
And I can browse to the file which is stored on the FE which is displayed correctly in IE. I cannot however browse to http://schemas.microsoft.com/09/2009/communicator/customStates, could that be the issue?
http://lync2010tips.blogspot.com - tomcottonuk@googlemail.com - If this post has been useful please click the green arrow to the left or click 'Propose as answer'