玩Twilio ivr然后重定向它以获得响应

时间:2018-03-27 13:22:10

标签: codeigniter twilio

尝试在播放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>

不知道为什么它的播放错误为:存在应用程序错误。,因为一切正常。

0 个答案:

没有答案