본문 바로가기

Windows Server

OCS communicator 상태 바꾸기

일단 OCS Communicator에 보면 Busy, Online 이런식으로 나오게 되는데요

이것을 수정 하는 파일입니다.
해당 첨부 파일에 xml 값을 밑에 같이 변경 하여주면
원하는 상태?가 상대방에게도 보이게 됩니다.
<?xml version="1.0" ?>

- <customStates xmlns="http://schemas.microsoft.com/09/2005/communicator/customStates" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.microsoft.com/09/2005/communicator/customStates http://livecommteam/sites/main/ice/Wave%2012%20Docs/CustomActivities.xsd">
- <customState ID="1" availability="busy">
  <activity LCID="1042">땜질중</activity>
  </customState>
- <customState ID="2" availability="online">
  <activity LCID="1042">노는중</activity>
  </customState>
- <customState ID="3" availability="do-not-disturb">
  <activity LCID="1042">삽질</activity>
  </customState>
- <customState ID="4" availability="do-not-disturb">
  <activity LCID="1042">집</activity>
  </customState>
  </customStates>
첨부된 XML을 위와 같이 수정 원하데로 수정하고
그 다음 안에 있는 레지스트리 키값을 적용 합니다.