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

  • 相关阅读:
    二维码生成库phpqrcode使用小结
    微信扫码支付开发小结
    Xcode下开发c静态库for ios CPU架构 静态库合并
    Android.mk的用法和基础
    Android.mk介绍
    查看与修改网关,DNS
    WebRTC编译系统之GYP,gn和ninja
    sed awk文本处理教程
    有哪些自媒体平台?
    camke使用例程
  • 原文地址:https://www.cnblogs.com/love007/p/2667570.html
Copyright © 2011-2022 走看看