Asterisk-13-Application_Page_29394396.html 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 Application_Page</title>
  5. <link rel="stylesheet" href="styles/site.css" type="text/css" />
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. </head>
  8. <body class="theme-default aui-theme-default">
  9. <div id="page">
  10. <div id="main" class="aui-page-panel">
  11. <div id="main-header">
  12. <div id="breadcrumb-section">
  13. <ol id="breadcrumbs">
  14. <li class="first">
  15. <span><a href="index.html">Asterisk Project</a></span>
  16. </li>
  17. <li>
  18. <span><a href="Asterisk-13-Command-Reference_29394274.html">Asterisk 13 Command Reference</a></span>
  19. </li>
  20. <li>
  21. <span><a href="Asterisk-13-Dialplan-Applications_29394285.html">Asterisk 13 Dialplan Applications</a></span>
  22. </li>
  23. </ol>
  24. </div>
  25. <h1 id="title-heading" class="pagetitle">
  26. <span id="title-text">
  27. Asterisk Project : Asterisk 13 Application_Page
  28. </span>
  29. </h1>
  30. </div>
  31. <div id="content" class="view">
  32. <div class="page-metadata">
  33. Created by <span class='author'> wikibot</span> on Aug 08, 2014
  34. </div>
  35. <div id="main-content" class="wiki-content group">
  36. <h1 id="Asterisk13Application_Page-Page()">Page()</h1>
  37. <h3 id="Asterisk13Application_Page-Synopsis">Synopsis</h3>
  38. <p>Page series of phones</p>
  39. <h3 id="Asterisk13Application_Page-Description">Description</h3>
  40. <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>
  41. <h3 id="Asterisk13Application_Page-Syntax">Syntax</h3>
  42. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  43. <pre>Page(Technology/Resource&amp;[Technology2/Resource2[&amp;...]],[options,[timeout]])</pre>
  44. </div></div>
  45. <h5 id="Asterisk13Application_Page-Arguments">Arguments</h5>
  46. <ul>
  47. <li><code>Technology/Resource</code>
  48. <ul>
  49. <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>
  50. <li><code>Technology2/Resource2</code> - Optional extra devices to dial in parallel<br />
  51. If you need more than one, enter them as Technology2/Resource2&amp; Technology3/Resourse3&amp;.....</li>
  52. </ul>
  53. </li>
  54. <li><code>options</code>
  55. <ul>
  56. <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.
  57. <ul>
  58. <li><code>context</code></li>
  59. <li><code>exten</code></li>
  60. <li><code>priority</code>
  61. <ul>
  62. <li><code>arg1</code></li>
  63. <li><code>argN</code></li>
  64. </ul>
  65. </li>
  66. </ul>
  67. </li>
  68. <li><code>B</code> - Before initiating the outgoing call(s), Gosub to the specified location using the current channel.
  69. <ul>
  70. <li><code>context</code></li>
  71. <li><code>exten</code></li>
  72. <li><code>priority</code>
  73. <ul>
  74. <li><code>arg1</code></li>
  75. <li><code>argN</code></li>
  76. </ul>
  77. </li>
  78. </ul>
  79. </li>
  80. <li><code>d</code> - Full duplex audio</li>
  81. <li><code>i</code> - Ignore attempts to forward the call</li>
  82. <li><code>q</code> - Quiet, do not play beep to caller</li>
  83. <li><code>r</code> - Record the page into a file ( <code>CONFBRIDGE(bridge,record_conference)</code>)</li>
  84. <li><code>s</code> - Only dial a channel if its device state says that it is <code>NOT_INUSE</code></li>
  85. <li><code>A</code> - Play an announcement to all paged participants
  86. <ul>
  87. <li><code>x</code> - The announcement to playback to all devices</li>
  88. </ul>
  89. </li>
  90. <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>
  91. </ul>
  92. </li>
  93. <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>
  94. </ul>
  95. <h3 id="Asterisk13Application_Page-SeeAlso">See Also</h3>
  96. <ul>
  97. <li><a href="Asterisk-13-Application_ConfBridge_29394402.html">Asterisk 13 Application_ConfBridge</a></li>
  98. </ul>
  99. <h3 id="Asterisk13Application_Page-ImportVersion">Import Version</h3>
  100. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  101. </div>
  102. </div> </div>
  103. <div id="footer">
  104. <section class="footer-body">
  105. <p>Document generated by Confluence on Aug 11, 2014 13:45</p>
  106. </section>
  107. </div>
  108. </div> </body>
  109. </html>