2013年3月14日

關於 Lync Resource Kit 中的 SEFAUtil.exe (二)

設定完SEFAUtil的TrustedApplication之後,就可以開始使用他來進行一些語音功能的設定了。


  • 查看目前使用者的語音功能設定
    • 語法:
      SEFAUtil.exe /server:<Lync Server Pool FQDN> sip:<User's Sip address>
    • 輸出顯示:
      User Aor: sip: <User's Sip Address> 
      Display Name: <User's Display Name>
      UM Enabled: True/False  (使用者是否有啟用UM)
      Simulring enabled: True/False (是否有啟用共振)
      User Ring time: 00:00:20 (響鈴時間)
      Call Forward No Answer to: voicemail (沒接的話轉向語音信箱)

  • 設定電話轉接/未接電話的目的地
    • 語法:
      SEFAUtil.exe /server:<Lync Server Pool FQDN> sip:<User's Sip address> /enablefwdnoanswer /callanswerwaittime:30 /setfwddestination:+1425555 0126@contoso.com;user=phone
      • /enablefwdnoanswer: 啟用"未接時轉接"功能
      • /callanswerwaittime : 等待電話被接起的時間(單位秒)
      • /setfwddestination: 設定轉接的目的地,可以是某人的電話,可以是語音信箱(voicemail),或是其他的使用者的Sip address。
    • 輸出顯示:
      User Aor: sip:<User's Sip Address> 
      Display Name: <User's Display Name>
      UM Enabled: True (使用者是否有啟用UM)
      Simulring enabled: False(是否有啟用共振)
      User Ring time: 00:00:30 (響鈴時間已經被改為30秒)
      Call Forward No Answer to: sip:+14255550126@contoso.com;user=phone (未接時轉向此號碼)
  • 設定立即轉接
    • 語法
      SEFAUtil.exe sip:katarina@contoso.com /enablefwdimmediate /setfwddestination:anders@contoso.com
      • /enablefwdimmediate  : 啟用立即轉接功能
    • 輸出顯示
      User Aor: sip:<User's Sip Address>
      Display Name: <User's Display Name>
      UM Enabled: True (使用者是否有啟用UM)
      Simulring enabled: False (是否有啟用共振)
      Forward immediate to: sip:anders@contoso.com (立即轉接至某人的Sip Address)
  • 新增一個代理人,並且設定10秒後開始共振代理人的號碼
    • 語法
      SEFAUtil.exe /server: lyncserver.contoso.com sip:katarina@contoso.com /adddelegate:joe@contoso.com /simulringdelegates /delayringdelegates:10
      •  /adddelegate : 新增一個代理人(Sip Address)
      • /simulringdelegates : 設定啟用共振代理人功能
      • /delayringdelegates : 設定幾秒後開始共振代理人(單位為秒)
    • 輸出顯示
      User Aor: sip:katarina@contoso.com
      Display Name: Katarina Larsson
      UM Enabled: True
      Simultaneously Ringing Delegates: sip:joe@contoso.com (共振某人的Sip Address)
      Delay Ringing Delegates (delay:10 seconds): sip:joe@contoso.com 
      (延遲10秒後開始共振代理人)

重點提示 :
forward 是轉接,也就是電話已經轉向。
Simultaneously Ring  是共振,也就是同時響鈴。



沒有留言:

張貼留言