MeetMe( )
|
Puts the caller into a MeetMe conference
bridge
|
MeetMe([confno][,[options][,pin])
Joins the caller on the current channel into the
MeetMe conference specified by the confno argument.
If the conference number is omitted, the user will be prompted to
enter one.
The options string may contain
zero or more of the characters in the following list.
m
-
Sets monitor-only mode (listen only, no
talking).
t
-
Sets talk-only mode (talk only, no
listening).
T
-
Sets talker detection (sent to Manager interface
and MeetMe list).
i
-
Announces user join/leave.
p
-
Allows user to exit the conference by pressing
#.
X
-
Allows user to exit the conference by entering a
valid single-digit extension (set via the variable
${MEETME_EXIT_CONTEXT}), or the number of an extension in
the current context if that variable is not defined.
d
-
Dynamically adds conference.
D
-
Dynamically adds conference, prompting for a
PIN.
e
-
Selects an empty conference.
E
-
Selects an empty pinless conference.
v
-
Sets video mode.
r
-
Records conference (as
${MEETME_RECORDINGFILE} using format
${MEETME_RECORDINGFORMAT}). The default filename is
meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format
is .wav.
q
-
Sets quiet mode (don't play enter/leave
sounds).
M
-
Enables Music on Hold when the conference has a
single caller.
x
-
Closes the conference when the last marked user
exits.
w
-
Waits until the marked user enters the
conference.
b
-
Runs the AGI script specified in
${MEETME_AGI_BACKGROUND}. Default: conf-background.agi. (Note: this does not work
with non-Zap channels in the same conference.)
s
-
Presents the menu (user or admin) when
* is received ("send" to menu).
a
-
Sets admin mode.
A
-
Sets marked mode.
If the pin argument is passed,
the caller must enter that pin number to successfully enter the
conference.
MeetMe( ) returns 0 if the
caller presses # to exit (see option p);
otherwise, it returns -1.
|
A suitable Zaptel timing interface must be
installed for MeetMe conferencing to work.
exten => 123,1,Answer( )
; add the caller to conference number 501 with pin 1234
exten => 123,2,MeetMe(501,DpM,1234)
|
|
See Also
MeetMeAdmin(
), MeetMeCount(
)
|