在 Twiml 上使用应答机检测 [英] Using Answering machine detection on Twiml

查看:19
本文介绍了在 Twiml 上使用应答机检测的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在 TwiML 中实现应答机检测,以防止语音邮件接听电话.我的 Twilio 编号具有以下 TwiML bin 配置:

I would like to implement Answering machine detection in TwiML to prevent voicemail answer the phone. I have the following TwiML bin configuration for my Twilio number:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Dial timeout="10">UK_NUMBER</Dial>
  <Dial>US_NUMBER</Dial>
</Response>

根据此 stackoverflow 请求,我只能将 AMD 与 REST API 一起使用,而不能与 TwiML 一起使用.在使用 时在 TwiML 中使用 IfMachine

According to this stackoverflow request I can use AMD only with REST API and not TwiML. Use IfMachine in TwiML when using <Dial>

不过这个请求已经很老了,不知道现在TwiML中是否可以使用Answer machine detection?如果是,请举例说明.

However this request is quite old,do you know if it is possible to use Answering machine detection in TwiML now? If yes, please provide me with an example.

或者,如果不可能,您能否给我任何其他选项来解决使用 TwiML 的问题?

Or if it is not possible could you give please me any other options to solve the problem using TwiML?

推荐答案

Nikolay,如上所述,我们的增强型 AMD 仍然可以通过 REST API 和 MachineDetection 参数.

Nikolay, as mentioned above, our enhanced AMD is still available just through the REST API with the MachineDetection parameter.

这篇关于在 Twiml 上使用应答机检测的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆