尝试在播放ivr时重定向到我的文件。它正在重定向我也收到了响应,但它会出现错误:存在应用程序错误。以下是我的代码:
<Response>
<?php if ($_REQUEST['Digits'] == '1') { ?>
<Say>The call failed</Say>
<Pause length="5"/>
<Redirect method="POST">Here i added my redirection url</Redirect>
<?php } elseif ($_REQUEST['Digits'] == '2') { ?>
<Say>Record your monkey howl after the tone.</Say>
<?php } ?>
</Response>
不知道为什么它的播放错误为:存在应用程序错误。,因为一切正常。