在播放、背景、阅读中,我们可以将音频文件&
与file1&file2
.
在 PHPAgi 而不是 Read 中,我使用$agi->get_data
,但它看起来只接受一个文件!
在调用 get_data 之前,我还尝试使用背景播放音频:
$multipleAudioPath = 'file1&file2';
$agi->exec('Background', $multipleAudioPath);
$rawInput = $agi->get_data('blankAudioFile', $timeout, $digits);
但是第一个字符用于破坏背景音频并且没有在 get_data 中捕获。
我能做些什么?我可以单独做 $agi->get_data
吗?或者还有其他解决方案吗?