我有以下TwiML
文件:
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<Say> Your call is going to transfer the Receptionist </Say>
<Dial maxLength="180">
<Number> 442-333-7271 </Number>
<Gather numDigits = "9" action = "_actionURL" method="GET">
<Say> Please press 9 </Say>
</Gather>
</Dial>
根据上面的代码,_actionURL
如果接收者9
在通话之间按下,我想将流程重定向到。
我该怎么做?