ConfBridge()
Synopsis
Conference bridge application.
Description
Enters the user into a specified conference bridge. The user can exit the conference by hangup only.
The join sound can be set using the CONFBRIDGE_JOIN_SOUND
variable and the leave sound can be set using the CONFBRIDGE_LEAVE_SOUND
variable. These can be unique to the caller.
Syntax
ConfBridge([confno,[options]])
Arguments
confno
- The conference numberoptions
a
- Set admin mode.A
- Set marked mode.c
- Announce user(s) count on joining a conference.m
- Set initially muted.M
- Enable music on hold when the conference has a single caller. Optionally, specify a musiconhold class to use. If one is not provided, it will use the channel's currently set music class, ordefault
.class
1
- Do not play message when first person enterss
- Present menu (user or admin) when#
is received (send to menu).w
- Wait until the marked user enters the conference.q
- Quiet mode (don't play enter/leave sounds).
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-1.8-r418641