Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Asterisk-Java 发送 Manager API 调用来监控电话。出于某种原因,当文件完成后,我只记录了对话的一侧。有谁知道为什么会发生这种情况?这是我的电话:
Response response = connection.sendEventGeneratingAction(new MonitorAction(theChannel, filename, "wav", true));
奇怪的是,我最终不得不在拨号计划中启动和停止 mixmon 以准确记录通话。