我从 Twilio 收到此错误。
<Response>
if params["DialCallStatus"] == "completed" or params["DialCallStatus"] == "answered"
<Hangup/>
else
<Say voice="man">
The call could not be answered this time, please leave a message
</Say>
<Record action="/Record_Complete"/>
end
</Response>
有什么帮助吗?
谢谢。