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を使用してManagerAPI呼び出しを送信し、電話を監視しています。どういうわけか、ファイルが完成すると、会話の片側だけが録音されてしまいます。なぜこれが起こっているのか誰かが知っていますか?これが私の電話です:
Response response = connection.sendEventGeneratingAction(new MonitorAction(theChannel, filename, "wav", true));
奇妙なことに、通話を正確に録音するために、ダイヤルプランでmixmonを開始および停止する必要がありました。