Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > contrib-updates > by-pkgid > c7095aefea7b97fbd2a596dcbfb9d481 > files > 47

asterisk-docs-1.4.26.1-1mdv2008.1.i586.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>MeetMeAdmin()</title><link rel="stylesheet" href="styles.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /><link rel="start" href="index.html" title="Asterisk™: The Future of Telephony" /><link rel="up" href="asterisk-APP-B.html" title="Appendix B. Application Reference" /><link rel="prev" href="asterisk-APP-B-109.html" title="MeetMe()" /><link rel="next" href="asterisk-APP-B-113.html" title="MeetMeCount()" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">MeetMeAdmin()</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="asterisk-APP-B-109.html">Prev</a> </td><th width="60%" align="center">Appendix B. Application Reference</th><td width="20%" align="right"> <a accesskey="n" href="asterisk-APP-B-113.html">Next</a></td></tr></table><hr /></div><div class="refentry" lang="en" xml:lang="en"><a id="asterisk-APP-B-111"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>MeetMeAdmin() — Performs MeetMe conference administration</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a id="I_programlisting_tt2281"></a><pre class="programlisting">MeetMeAdmin(<em class="replaceable"><code>confno</code></em>,<em class="replaceable"><code>command</code></em>[,<em class="replaceable"><code>user</code></em>])</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id4189086"></a><h2></h2><p><a id="I_indexterm_tt2282" class="indexterm"></a>Runs the specified MeetMe administration
      <em class="replaceable"><code>command</code></em> on the specified conference. On some
      commands, you may specify the <em class="replaceable"><code>user</code></em> on which
      to run the specified command. The <em class="replaceable"><code>command</code></em> may
      be one of the following:</p><div class="variablelist"><dl><dt><span class="term">
              <code class="literal">e</code>
            </span></dt><dd><p>Ejects the last user that joined.</p></dd><dt><span class="term">
              <code class="literal">k</code>
            </span></dt><dd><p>Kicks the specified <em class="replaceable"><code>user</code></em> out of
            the conference.</p></dd><dt><span class="term">
              <code class="literal">K</code>
            </span></dt><dd><p>Kicks all users out of the conference.</p></dd><dt><span class="term">
              <code class="literal">l</code>
            </span></dt><dd><p>Unlocks the conference.</p></dd><dt><span class="term">
              <code class="literal">L</code>
            </span></dt><dd><p>Locks the conference.</p></dd><dt><span class="term">
              <code class="literal">m</code>
            </span></dt><dd><p>Unmutes the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">M</code>
            </span></dt><dd><p>Mutes the specified <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">n</code>
            </span></dt><dd><p>Unmutes the entire conference.</p></dd><dt><span class="term">
              <code class="literal">N</code>
            </span></dt><dd><p>Mutes all non-admin participants in the conference.</p></dd><dt><span class="term">
              <code class="literal">r</code>
            </span></dt><dd><p>Resets the volume settings for the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">R</code>
            </span></dt><dd><p>Resets the volume settings for all participants.</p></dd><dt><span class="term">
              <code class="literal">s</code>
            </span></dt><dd><p>Lowers the speaking volume for the entire conference.</p></dd><dt><span class="term">
              <code class="literal">S</code>
            </span></dt><dd><p>Raises the speaking volume for the entire conference.</p></dd><dt><span class="term">
              <code class="literal">t</code>
            </span></dt><dd><p>Lowers the speaking volume for the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">T</code>
            </span></dt><dd><p>Raises the speaking volume for the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">u</code>
            </span></dt><dd><p>Lowers the listening volume for the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">U</code>
            </span></dt><dd><p>Raises the listening volume for the specified
            <em class="replaceable"><code>user</code></em>.</p></dd><dt><span class="term">
              <code class="literal">v</code>
            </span></dt><dd><p>Lowers the listening volume for the entire
            conference.</p></dd><dt><span class="term">
              <code class="literal">V</code>
            </span></dt><dd><p>Raises the listening volume for the entire
            conference.</p></dd></dl></div><a id="I_programlisting_tt2283"></a><pre class="programlisting">; mute conference 501
<strong class="userinput"><code>exten =&gt; 123,1,MeetMeAdmin(501,N)</code></strong>

; kick user 1234 from conference 501
<strong class="userinput"><code>exten =&gt; 124,1,MeetMeAdmin(501,k,1234)</code></strong></pre><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>You can find a list of users in the conference by using the
        <code class="literal">meetme list</code> command from the
        Asterisk CLI, or by using the Asterisk Manager <span class="keep-together">Interface</span>.</p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="asterisk-APP-B-112"></a><h2>See Also</h2><p><a href="asterisk-APP-B-109.html" title="MeetMe()"><span class="refentrytitle">MeetMe()</span></a>, <a href="asterisk-APP-B-113.html" title="MeetMeCount()"><span class="refentrytitle">MeetMeCount()</span></a></p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="asterisk-APP-B-109.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="asterisk-APP-B.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="asterisk-APP-B-113.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">MeetMe() </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> MeetMeCount()</td></tr></table></div><div xmlns="" id="svn-footer"><hr /><p>You are reading <em>Asterisk: The Future of Telephony</em> (2nd Edition for Asterisk 1.4), by Jim van Meggelen, Jared Smith, and Leif Madsen.<br />
       This work is licensed under the <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-Noncommercial-No Derivative Works License v3.0</a>.<br />
       To submit comments, corrections, or other contributions to the text, please visit <a href="http://oreilly.com/catalog/9780596510480/">http://www.oreilly.com/</a>.</p></div></body></html>