简体   繁体   English

RingCentral呼叫管理

[英]RingCentral call management

When someone calls I am able to get the call ID but I can not find a way to put the call on hold. 当有人打电话时,我能够获得呼叫ID,但我找不到一种方法来保持呼叫。 I do not mean making a VOIP client I want to control calls that go to peoples phones. 我的意思并不是要建立一个VOIP客户端,而是想控制人们通话的电话。 I want to do things like put calls on hold take them off hold and transfer them to others. 我想做一些事情,比如把电话暂停,然后把它们转移给别人。 I know that the system can do that because there are codes you can enter into your touch tone while in a call but I am not sure how or if the API can do this. 我知道系统可以这样做,因为有一些代码可以在通话时输入你的按键音,但我不知道API是如何做到这一点的。

Ideally I can do this in C# but Javascript or any other language that can do it will also work if C# can not for some reason. 理想情况下,我可以在C#中执行此操作,但如果C#因某些原因无法使用Javascript或任何其他可以执行此操作的语言。

Right now, the only way to do programmatic call control as you mention is via the RingCentral WebRTC API which has call control and DTMF tone support. 现在,正如您所提到的,进行程序化呼叫控制的唯一方法是通过具有呼叫控制和DTMF音调支持的RingCentral WebRTC API。 You can find more information on this in the documentation for the RingCentral WebRTC JavaScript SDK: 您可以在RingCentral WebRTC JavaScript SDK的文档中找到更多相关信息:

https://github.com/ringcentral/ringcentral-web-phone https://github.com/ringcentral/ringcentral-web-phone

To do this without WebRTC, a separate call control API is needed. 要在没有WebRTC的情况下执行此操作,需要单独的呼叫控制API。 This isn't available yet, but you can make a request for this on the RingCentral developer community: 目前还不提供此功能,但您可以在RingCentral开发人员社区中提出此请求:

https://devcommunity.ringcentral.com/ https://devcommunity.ringcentral.com/

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

相关问题 使用JS-SDK调用RingCentral Call-Log API - Calling RingCentral Call-Log API using the JS-SDK 尝试通过网络抓取或通过电子邮件发送.csv导出来通过RingCentral生成自动的每日呼叫报告 - Trying to produce automated daily call reports through RingCentral either by webscraping or by emailing the .csv export 使用NodeJS在RingCentral中处理TIFF附件 - Processing TIFF Attachments in RingCentral using NodeJS RingCentral JS SDK-缺少刷新令牌 - RingCentral JS SDK - Refresh token is missing 我可以使用Javascript调用Azure管理REST API吗? - Can I use Javascript call the Azure management REST API? 如何使用RingCentral设置区号匹配的来电显示? - How to set Caller ID with area code matching using RingCentral? RingCentral JavaScript SDK处理重定向URI点到本地JavaScript函数 - RingCentral JavaScript SDK Handle Redirect URI points to local JavaScript Function 使用Backbone.Marionette进行事件管理-我是否需要手动调用stopListening以获得子视图? - Event management with Backbone.Marionette - Do I need to manually call stopListening for child views? RingCentral JavaScript SDK,WebHook 以错误的 HTTP 状态响应。 HTTP 状态为 405 - RingCentral JavaScript SDK, WebHook responds with incorrect HTTP status. HTTP status is 405 如何在RingCentral Web Phone客户端库中注销用户代理? - How do I un-register user agent with the RingCentral Web Phone Client Library?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM