简体   繁体   English

Skype for Business通话记录

[英]Skype for Business Call Log

I am currently seeking for a REST API for Skype for Business/Lync that will allow out team access information on various calls for our company made throughout the day(since they talk to customers), such as call duration, from, to, etc. that we can display in a repeater in our web page. 我目前正在寻找适用于Skype for Business / Lync的REST API,它将允许团队访问有关全天(自与客户交谈以来)对我们公司进行的各种呼叫的信息,例如呼叫持续时间,从,到等。我们可以将其显示在网页的中继器中。

We would like to store this information if possible. 如果可能,我们希望存储此信息。 I have found that perhaps Unified Communications Web API(UCWA) might be the best route to take, but have found nothing relating to a call history/log. 我发现统一通信Web API(UCWA)也许是最好的选择,但没有发现与呼叫历史记录/日志有关的任何信息。

Would this be the correct first step in trying to achieve my goal using a REST API to access our company's Skype for Business/Lync call information? 这是尝试使用REST API来访问我们公司的Skype for Business / Lync呼叫信息的目标的正确第一步吗?

Thank you. 谢谢。

There is currently no way to get this information through the UCWA API. 当前尚无法通过UCWA API获取此信息。 (or any other Skype API atm) (或任何其他Skype API atm)

One option is to use the Call detail recording (CDR) database instead. 一种选择是改用呼叫详细记录(CDR)数据库

The other option is to use the Skype for Business SDN SDK but it wouldbe way more involved. 另一个选择是使用Skype for Business SDN SDK,但这会涉及更多。 I would assume the CDR would be easier for you to use as it's just database access. 我认为CDR仅仅是数据库访问,因此对您来说更容易使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM