Page 437 - Asterisk™: The Future of Telephony
P. 437

t
                   Sets talk-only mode (talk only, no listening).
               T
                   Sets talker detection. Asterisk will sends events on the Manager Interface identi-
                   fying the channel that is talking. The talker will also be identified on the output of
                   the meetme list CLI command.
               w[(seconds)]
                   Waits for a marked admin to join the conference. If seconds is not specified, the
                   conference will wait indefinitely for the admin to join. If seconds is specified, the
                   conference will wait the specified number of seconds. If the admin still hasn’t
                   joined, the call will continue on with the next priority in the dialplan.
               x
                   Closes the conference when the last marked user exits.
               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.
               1
                   Doesn’t play initial message when the first person joins the conference.
                   exten => 123,1,Answer()
                   ; add the caller to conference number 501 with pin 1234
                   exten => 123,2,MeetMe(501,DpM,1234)

                           A suitable Zaptel timing interface must be installed for MeetMe con-
                           ferencing to work.



               See Also
               MeetMeAdmin(), MeetMeCount()


               MeetMeAdmin()                                 Performs MeetMe conference administration
               MeetMeAdmin(confno,command[,user])

               Runs the specified MeetMe administration command on the specified conference. On
               some commands, you may specify the user on which to run the specified command.
               The command may be one of the following:

               e
                   Ejects the last user that joined.
               k
                   Kicks the specified user out of the conference.


                                                                         MeetMeAdmin() | 409
   432   433   434   435   436   437   438   439   440   441   442