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.
我有一个星号服务器。我使用服务器根据几次按键将来电连接到另一个分机。有一定的时间延迟(在按键/分机按下之后和呼叫连接之前)。在此期间如何播放(我选择的)小音乐文件?我想到了一些限制:
非常欢迎对此提供任何帮助。
谢谢, 斯里拉姆
在拨号应用程序中使用 m 标志,在通话连接时播放保留的音乐。
exten => 9000,1,Noop exten => 9000,n,Answer exten => 9000,n,Dial(SIP/device,0,m)
我认为背景是你的朋友(http://www.voip-info.org/wiki/view/Asterisk+cmd+BackGround)