是否可以在初始呼叫时拨打<gather>
使用的额外数字,这有助于绕过在呼叫期间请求用户按数字的需要。
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather action="handle-response.php" timeout="5" method="GET" numDigits="2">
<Say>Enter your number</Say>
</Gather>
<!-- If customer doesn't input anything, prompt and try again. -->
<Say>Sorry, I didn't get your response.</Say>
</Response>
因此调用[YOURNUMBER]1234
结果将通过handle-response.php?From=X&To=X&Digits=1234
答案 0 :(得分:1)
这是不可能的。通过查看Twilio帐户中的通话记录可以找到答案。作为测试,我在拨打我的一个Twilio电话号码时尝试拨打额外的数字,并且没有看到任何请求参数中转发额外数字的迹象。