您可以使用 Twilio 语音邮件 Twimlet 设置时间限制吗? [英] Can you set a time limit with the Twilio Voicemail Twimlet?

查看:29
本文介绍了您可以使用 Twilio 语音邮件 Twimlet 设置时间限制吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用语音信箱 Twimlet,我收到了这些自动呼叫,其中播放了 30 分钟或更长时间与政治相关的录音.Twimlet 没有我可以找到的时间限制选项,所以它只记录这些巨大的 mp3 文件.我想在 3 分钟左右后挂断电话.有谁知道一种为 twimlet 设置时间限制的方法,或者如何创建可以处理此问题的快速 Twilio php 脚本?https://www.twilio.com/labs/twimlets/voicemail

I'm using the Voicemail Twimlet and I'm receiving these automated calls that play recordings related to politics for 30 minutes or longer. The Twimlet doesn't have a time limit option that I can find, so it just records these giant mp3 files. I want to just hangup the call after 3 minutes or so. Does anyone know a way to set a time limit for a twimlet or how to create quick Twilio php script that could handle this? https://www.twilio.com/labs/twimlets/voicemail

推荐答案

来自 Twilio 的 Ricky 在这里.

Ricky from Twilio here.

虽然您不能使用 twimlet 设置超时,但您可以使用 TwiML. 动词 有一个名为 maxLength 的属性,它可以完成您要查找的内容.例如,如果您返回此 TwiML,您的录制将在 30 秒后超时:

Although you can't set a timeout using the twimlet, you can do this using TwiML. The verb has an attribute called maxLength that will accomplish what you're looking for. As an example, if you returned this TwiML your recording would timeout after 30 seconds:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Record maxLength="30" />
</Response>

希望有帮助!

这篇关于您可以使用 Twilio 语音邮件 Twimlet 设置时间限制吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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