Using Answering machine detection on Twiml

孤街醉人 提交于 2019-12-23 19:24:21

问题


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>

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

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.

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


回答1:


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



来源:https://stackoverflow.com/questions/45596203/using-answering-machine-detection-on-twiml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!