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.
私は周りを検索してきましたが、答えが見つからないようです。やりたいことが可能かどうかを確認したい:
phpagi スクリプトが実行されたときに、発信者に保留中の音楽を再生したいと考えています。musiconhold 中に押されている DTMF を取得できる方法はありますか? ずっと音楽を流して欲しい…。
これについて私が得ることができるあらゆる種類の洞察は大歓迎です。
答えるには遅すぎると思いますが、これは誰かを助けるかもしれません。バックグラウンド ミュージックは、停止するまで再生し続けます。
// start background music $agi->set_music(true); //code....do your stuff // stop background music $agi->set_music(false);