<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_MeetMe">Asterisk 11 Application_MeetMe</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Application_MeetMe-MeetMe%28%29"></a>MeetMe()</h1>

<h3><a name="Asterisk11Application_MeetMe-Synopsis"></a>Synopsis</h3>

<p>MeetMe conference bridge.</p>
<h3><a name="Asterisk11Application_MeetMe-Description"></a>Description</h3>



<p>Enters the user into a specified MeetMe conference. If the <em>confno</em> is omitted, the user will be prompted to enter one. User can exit the conference by hangup, or if the <tt>p</tt> option is specified, by pressing <tt>#</tt>.</p>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note</b><br />The DAHDI kernel modules and a functional DAHDI timing source (see dahdi_test) must be present for conferencing to operate properly. In addition, the chan_dahdi channel driver must be loaded for the <tt>i</tt> and <tt>r</tt> options to operate at all.</td></tr></table></div>


<h3><a name="Asterisk11Application_MeetMe-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>MeetMe(confno,options,pin)</pre>
</div></div>
<h5><a name="Asterisk11Application_MeetMe-Arguments"></a>Arguments</h5>


<ul>
        <li>confno - The conference number</li>
        <li>options
        <ul>
                <li>a - Set admin mode.</li>
                <li>A - Set marked mode.</li>
                <li>b - Run AGI script specified in <tt>MEETME_AGI_BACKGROUND</tt> Default: <tt>conf-background.agi</tt>.</li>
                <li>c - Announce user(s) count on joining a conference.</li>
                <li>C - Continue in dialplan when kicked out of conference.</li>
                <li>d - Dynamically add conference.</li>
                <li>D - Dynamically add conference, prompting for a PIN.</li>
                <li>e - Select an empty conference.</li>
                <li>E - Select an empty pinless conference.</li>
                <li>F - Pass DTMF through the conference.</li>
                <li>G - Play an intro announcement in conference.
                <ul>
                        <li>x - The file to playback</li>
                </ul>
                </li>
                <li>i - Announce user join/leave with review.</li>
                <li>I - Announce user join/leave without review.</li>
                <li>k - Close the conference if there's only one active participant left at exit.</li>
                <li>l - Set listen only mode (Listen only, no talking).</li>
                <li>m - Set initially muted.</li>
                <li>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, or <tt>default</tt>.
                <ul>
                        <li>class</li>
                </ul>
                </li>
                <li>o - Set talker optimization - treats talkers who aren't speaking as being muted, meaning (a) No encode is done on transmission and (b) Received audio that is not registered as talking is omitted causing no buildup in background noise.</li>
                <li>p - Allow user to exit the conference by pressing <tt>#</tt> (default) or any of the defined keys. The key used is set to channel variable <tt>MEETME_EXIT_KEY</tt>.
                <ul>
                        <li>keys</li>
                </ul>
                </li>
                <li>P - Always prompt for the pin even if it is specified.</li>
                <li>q - Quiet mode (don't play enter/leave sounds).</li>
                <li>r - Record conference (records as <tt>MEETME_RECORDINGFILE</tt> using format <tt>MEETME_RECORDINGFORMAT</tt>. Default filename is <tt>meetme-conf-rec-${CONFNO}-${UNIQUEID</tt>} and the default format is wav.</li>
                <li>s - Present menu (user or admin) when <tt>*</tt> is received (send to menu).</li>
                <li>t - Set talk only mode. (Talk only, no listening).</li>
                <li>T - Set talker detection (sent to manager interface and meetme list).</li>
                <li>v - Announce when a user is joining or leaving the conference. Use the voicemail greeting as the announcement. If the i or I options are set, the application will fall back to them if no voicemail greeting can be found.
                <ul>
                        <li>mailbox@<a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=context&amp;linkCreation=true&amp;fromPageId=20187019" class="createlink">context</a> - The mailbox and voicemail context to play from. If no context provided, assumed context is default.</li>
                </ul>
                </li>
                <li>w - Wait until the marked user enters the conference.
                <ul>
                        <li>secs</li>
                </ul>
                </li>
                <li>x - Close the conference when last marked user exits</li>
                <li>X - Allow user to exit the conference by entering a valid single digit extension <tt>MEETME_EXIT_CONTEXT</tt> or the current context if that variable is not defined.</li>
                <li>1 - Do not play message when first person enters</li>
                <li>S - Kick the user <em>x</em> seconds <b>after</b> he entered into the conference.
                <ul>
                        <li>x</li>
                </ul>
                </li>
                <li>L - Limit the conference to <em>x</em> ms. Play a warning when <em>y</em> ms are left. Repeat the warning every <em>z</em> ms. The following special variables can be used with this option:
                <ul>
                        <li>CONF_LIMIT_TIMEOUT_FILE - File to play when time is up.</li>
                        <li>CONF_LIMIT_WARNING_FILE - File to play as warning if <em>y</em> is defined. The default is to say the time remaining.</li>
                        <li>x</li>
                        <li>y</li>
                        <li>z</li>
                </ul>
                </li>
        </ul>
        </li>
        <li>pin</li>
</ul>


<h3><a name="Asterisk11Application_MeetMe-SeeAlso"></a>See Also</h3>


<ul>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_MeetMeCount&amp;linkCreation=true&amp;fromPageId=20187019" class="createlink">Asterisk 11 Application&#95;MeetMeCount</a></li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_MeetMeAdmin&amp;linkCreation=true&amp;fromPageId=20187019" class="createlink">Asterisk 11 Application&#95;MeetMeAdmin</a></li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_MeetMeChannelAdmin&amp;linkCreation=true&amp;fromPageId=20187019" class="createlink">Asterisk 11 Application&#95;MeetMeChannelAdmin</a></li>
</ul>


<h3><a name="Asterisk11Application_MeetMe-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_MeetMe">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_MeetMe?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>