zoukankan      html  css  js  c++  java
  • 自定义lync状态

    自定义如下XML:

    <customStates> 
      <customState ID="1" availability="Busy"> 
        <activity LCID="1033">Urgent Interruptions Only</activity> 
      </customState> 
      <customState ID="2" availability="Busy"> 
        <activity LCID="1033">Customer Demo</activity> 
      </customState> 
      <customState ID="3" availability="Busy"> 
        <activity LCID="1033">In a Video Call</activity> 
      </customState> 
      <customState ID="4" availability="Busy"> 
        <activity LCID="1033">In Training Session</activity> 
      </customState> 
    </customStates> 

    • Create a new REG_DWORD value named EnableSIPHighSecurityMode in the Communicator Software Policies key shown below.  Enter the value of ‘0’ to disable this security mode.

    Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator 
    Name: EnableSIPHighSecurityMode 
    Value: 0

    • Create a new REG_SZ value named CustomStateURL in the same key as shown below.  Enter the absolute path to the presence.xml file using the file:/// URL format.

    Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator 
    Name: CustomStateURL 
    Value: file:///C:/Windows/presence.xml 

    image

     

    • Exit and restart the Lync client to pick up the configuration changes and then pull down the status menu to locate the new choices.

    image

  • 相关阅读:
    shell script-条件语句、循环语句
    shell script-判断式
    shell script
    AngularJs(Part 11)--自定义Directive
    AngularJS中的DI
    javascript的DI
    一些奇怪的Javascript用法
    AngularJS(Part 10)--页面导航
    URL中#符号的作用
    AngularJs(Part 9)--AngularJS 表单
  • 原文地址:https://www.cnblogs.com/love007/p/2667570.html
Copyright © 2011-2022 走看看