简体   繁体   English

如何在 Ringcentral 中存档通话记录

[英]How to archive call log record in Ringcentral

Very new to RingCentral and exploring all the options.对 RingCentral 非常陌生,正在探索所有选项。
Recently we have a requirement to archive call log records using c# or phython.最近有一个需求,使用c#或者phython对通话记录进行归档。
As per my research from the.net and found that as per retention policy given here: https://support.ringcentral.com/s/article/2178?language=en_US the maximum number of days the call log stays is 90 days.根据我在 .net 上的研究,发现根据此处给出的保留政策: https://support.ringcentral.com/s/article/2178?language=en_US ,通话记录的最大保留天数为 90 天。

What is the best way to achieve this?实现这一目标的最佳方法是什么?

You can implement call log sync and archive this is by the call log sync API: https://developers.ringcentral.com/api-reference/Call-Log/syncUserCallLog which Synchronizes call log records.您可以通过调用日志同步 API 实现调用日志同步和存档: https://developers.ringcentral.com/api-reference/Call-Log/syncUserCallLog同步调用日志记录。
There are various API Permissions require like ReadCallLog.有各种 API 权限要求,如 ReadCallLog。
You can check the official docs regarding this: https://developers.ringcentral.com/guide/voice/call-log/archival您可以查看有关此的官方文档: https://developers.ringcentral.com/guide/voice/call-log/archival

More details are here on archiving the message store: https://medium.com/ringcentral-developers/use-message-sync-api-to-archive-your-sms-fax-and-voicemail-messages-cd23748e188f有关存档消息存储的更多详细信息: https://medium.com/ringcentral-developers/use-message-sync-api-to-archive-your-sms-fax-and-voicemail-messages-cd23748e188f

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

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