2017-09-08 13 views

答えて

0

繰り返しオプションを指定して、2の可能な変形

1)コールの終了前のある時点で、コマンドLのparamプレイファイルをダイヤルあり

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)あなたは新しいチャネル、片足へのorignateすることができますファイル、ChanSpyウィスパー機能を介して他の脚は、現在の通話に接続します。 https://www.voip-info.org/wiki/view/Asterisk+cmd+ChanSpy

+0

ありがとうございますが、オプション1の場合は、受信者(B)のみが音楽を聴いているか、送信者(A)が音楽を聴いていますが、Aは音楽を聴いていますが、 – langiac

+0

はい、それはオプション2よりはるかに単純です。Chanspyは両方に話すことができます。 – arheops

+0

私はAとBが話しているときにコールグループを使用し、Cをこのグループに入れて音楽を再生します。それは大丈夫ですが、私は一番良いとは思いません。私はChanSpyでテストしていますが、動作しません。私はAsterisk 11.xを使用しています – langiac

関連する問題