123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Asterisk Project : Asterisk 13 Application_Page</title>
- <link rel="stylesheet" href="styles/site.css" type="text/css" />
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
- </head>
- <body class="theme-default aui-theme-default">
- <div id="page">
- <div id="main" class="aui-page-panel">
- <div id="main-header">
- <div id="breadcrumb-section">
- <ol id="breadcrumbs">
- <li class="first">
- <span><a href="index.html">Asterisk Project</a></span>
- </li>
- <li>
- <span><a href="Asterisk-13-Command-Reference_29394274.html">Asterisk 13 Command Reference</a></span>
- </li>
- <li>
- <span><a href="Asterisk-13-Dialplan-Applications_29394285.html">Asterisk 13 Dialplan Applications</a></span>
- </li>
- </ol>
- </div>
- <h1 id="title-heading" class="pagetitle">
- <span id="title-text">
- Asterisk Project : Asterisk 13 Application_Page
- </span>
- </h1>
- </div>
- <div id="content" class="view">
- <div class="page-metadata">
-
-
-
-
-
-
-
- Created by <span class='author'> wikibot</span> on Aug 08, 2014
- </div>
- <div id="main-content" class="wiki-content group">
- <h1 id="Asterisk13Application_Page-Page()">Page()</h1>
- <h3 id="Asterisk13Application_Page-Synopsis">Synopsis</h3>
- <p>Page series of phones</p>
- <h3 id="Asterisk13Application_Page-Description">Description</h3>
- <p>Places outbound calls to the given <em>technology</em>/<em>resource</em> and dumps them into a conference bridge as muted participants. The original caller is dumped into the conference as a speaker and the room is destroyed when the original caller leaves.</p>
- <h3 id="Asterisk13Application_Page-Syntax">Syntax</h3>
- <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
- <pre>Page(Technology/Resource&[Technology2/Resource2[&...]],[options,[timeout]])</pre>
- </div></div>
- <h5 id="Asterisk13Application_Page-Arguments">Arguments</h5>
- <ul>
- <li><code>Technology/Resource</code>
- <ul>
- <li><code>Technology/Resource</code> - Specification of the device(s) to dial. These must be in the format of <code>Technology/Resource</code>, where <em>Technology</em> represents a particular channel driver, and <em>Resource</em> represents a resource available to that particular channel driver.</li>
- <li><code>Technology2/Resource2</code> - Optional extra devices to dial in parallel<br />
- If you need more than one, enter them as Technology2/Resource2& Technology3/Resourse3&.....</li>
- </ul>
- </li>
- <li><code>options</code>
- <ul>
- <li><code>b</code> - Before initiating an outgoing call, Gosub to the specified location using the newly created channel. The Gosub will be executed for each destination channel.
- <ul>
- <li><code>context</code></li>
- <li><code>exten</code></li>
- <li><code>priority</code>
- <ul>
- <li><code>arg1</code></li>
- <li><code>argN</code></li>
- </ul>
- </li>
- </ul>
- </li>
- <li><code>B</code> - Before initiating the outgoing call(s), Gosub to the specified location using the current channel.
- <ul>
- <li><code>context</code></li>
- <li><code>exten</code></li>
- <li><code>priority</code>
- <ul>
- <li><code>arg1</code></li>
- <li><code>argN</code></li>
- </ul>
- </li>
- </ul>
- </li>
- <li><code>d</code> - Full duplex audio</li>
- <li><code>i</code> - Ignore attempts to forward the call</li>
- <li><code>q</code> - Quiet, do not play beep to caller</li>
- <li><code>r</code> - Record the page into a file ( <code>CONFBRIDGE(bridge,record_conference)</code>)</li>
- <li><code>s</code> - Only dial a channel if its device state says that it is <code>NOT_INUSE</code></li>
- <li><code>A</code> - Play an announcement to all paged participants
- <ul>
- <li><code>x</code> - The announcement to playback to all devices</li>
- </ul>
- </li>
- <li><code>n</code> - Do not play announcement to caller (alters <code>A<img class="emoticon emoticon-cross" src="images/icons/emoticons/error.png" data-emoticon-name="cross" alt="(error)"/></code> behavior)</li>
- </ul>
- </li>
- <li><code>timeout</code> - Specify the length of time that the system will attempt to connect a call. After this duration, any page calls that have not been answered will be hung up by the system.</li>
- </ul>
- <h3 id="Asterisk13Application_Page-SeeAlso">See Also</h3>
- <ul>
- <li><a href="Asterisk-13-Application_ConfBridge_29394402.html">Asterisk 13 Application_ConfBridge</a></li>
- </ul>
- <h3 id="Asterisk13Application_Page-ImportVersion">Import Version</h3>
- <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
- </div>
-
-
- </div> </div>
- <div id="footer">
- <section class="footer-body">
- <p>Document generated by Confluence on Aug 11, 2014 13:45</p>
- </section>
- </div>
- </div> </body>
- </html>
|