Quantcast
Channel: VOIP-info.org Wiki Changes
Viewing all articles
Browse latest Browse all 5767

Asterisk cmd ConfBridge Chinese

$
0
0

ConfBridge

Synopsis

ConfBridge conferencing bridge

Description

ConfBridge([confno][,options]): Enters the user into a specified ConfBridge conference

10.x

ConfBridge 在新版的 Asterisk 10.x 做了許多更動。新版的文件可見於此 here. (Someone should add it to Voip-Info)

Asterisk cmd ConfBridge


ConfBridge此應用程式於 Asterisk 1.6.2.* 開始就有了, ConfBridge 功能上與 MeetMe 相似,但不同於 MeetMe的地方在於 ConfBridge 不需使用 DAHDI 硬體混音。 取而代之的是,混音直接在 Asterisk 內部直接做了。

To get an up2date description of ConfBridge for your used Asterisk version execute "core show application ConfBridge" on the Asterisk CLI.

參數:options可以為空,也可以設置一個或者多個參數,參數有如下一些:
  • 'a' — 設為管理員
  • 'A' — 設為標記成員
  • 'c' — 計算有多少匿名成員進入會議室
  • 'm' — 設定一開始就為靜音模式
  • 'M' — 啟用音樂等候,當會議室只有一人時,可特別指定音樂等候的等級,若未指定則使用目前頻道的設定或預設值
  • '1' — 不撥放提示訊息,當第1位使用者進入時
  • 's' — 當收到 # 號鍵時,出現語音選單 (普通成員是普通選單、管理員是管理選單)
  • 'w' — 等待標記成員進入後會議才開始(若有啟用 M 參數,則在那之前都會一直撥放等候音樂)
  • 'q' — 靜音模式 (不撥放進入/離開訊息)

進入聲音可用 'CONFBRIDGE_JOIN_SOUND' 此變數,
離開聲音可用 'CONFBRIDGE_LEAVE_SOUND' 此變數
適用於個別使用者,可為他們配置不同的音檔

註: 此應用程式不會自動應答該頻道

Muteing

When a participant is "muted" this means that the participant's audio is ignored. Nevertheless the muted participant still receives the mixed audio stream.

不同於 MeetMe

不能再象這樣子 MeetMe(123,d,321) 的設定會議室密碼,取而代之的是,可在外部完成此一設定,因為很可能在兩人同時輸入密碼時程式當掉, it is not possible to use the CONFBRIDGE_INFO(parties) function and the code must, at least in part, be run in a MacroExclusive() application. ...

Viewing all articles
Browse latest Browse all 5767

Trending Articles