使用 Asterisk 在呼叫连接之前播放音乐文件
我有一个星号服务器。我使用服务器根据几次按键将传入呼叫连接到另一个分机。有一定的时间延迟(按下按键/分机之后和呼叫连接之前)。在此期间如何播放(我选择的)小音乐文件?我想到了一些限制:
- 只有在通话未接通时才应播放音乐。因此,所使用的方法应该是非锁定方法。
非常欢迎对此提供任何帮助。
谢谢,
斯里拉姆
I have an asterisk server. I use the server to connect an incoming call to another extension based on a few key presses. There is a certain time lag (after the key/extension press and before the call connects). How can I play a small music file (of my choice) in this period? There are some constraints that come to my mind:
- The music should play only as long as the call does not connect. So, the method used should be a non-locking one.
Any help on this is most welcome.
Thanks,
Sriram
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Dial 应用程序的 m 标志来播放 通话期间保持音乐。
Use the m flag to the Dial application, to play music on hold while the call is connecting.
我认为背景是你的朋友(http://www.voip-info.org/wiki/view/Asterisk+cmd+BackGround)
I think Background is your friend (http://www.voip-info.org/wiki/view/Asterisk+cmd+BackGround)