如何在通话期间播放音乐使用星号



我有问题:在星号脚本中,我通过命令拨号(SIP/XXX)执行了从A到B的呼叫。我想在与B。

交谈时播放音乐

fuction Dial仅支持音乐开始通话或结束呼叫:https://www.voip-info.org/wiki/view/asterisk cmd dial

如果您知道,请帮助我。

有2个可能的变体

1)拨号命令l param play文件在通话结束前的某个时间,重复选项

  L(x[:y[:z]]): 
        x - Maximum call time, in milliseconds
        y - Warning time, in milliseconds
        z - Repeat time, in milliseconds
Limit the call to <x> milliseconds. Play a warning when <y> milliseconds
are left. Repeat the warning every <z> milliseconds until time expires.
    This option is affected by the following variables:
        ${LIMIT_PLAYAUDIO_CALLER}: 
            yes
            no
            If set, this variable causes Asterisk to play the
            prompts to the caller.
        ${LIMIT_PLAYAUDIO_CALLEE}: 
            yes
            no
            If set, this variable causes Asterisk to play the
            prompts to the callee.
        ${LIMIT_TIMEOUT_FILE}: 
            filename
            If specified, <filename> specifies the sound prompt
            to play when the timeout is reached. If not set, the time remaining
            will be announced.
        ${LIMIT_CONNECT_FILE}: 
            filename
            If specified, <filename> specifies the sound prompt
            to play when the call begins. If not set, the time remaining will
            be announced.
        ${LIMIT_WARNING_FILE}: 
            filename
            If specified, <filename> specifies the sound prompt
            to play as a warning when time <x> is reached. If not set, the
            time remaining will be announced.

2)您可以将新频道,一条腿进行围绕,通过Chanspy Wisper功能连接到当前呼叫。https://www.voip-info.org/wiki/wiki/view/asterisk Cmd Chanspy

相关内容

  • 没有找到相关文章

最新更新