Skip to content
Snippets Groups Projects
Commit fb323d44 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

app_page: Fixup application XML documentation typos and inaccuracies.

........

Merged revisions 380869 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380890 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 08fdb464
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -58,8 +58,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
available to that particular channel driver.</para> available to that particular channel driver.</para>
</argument> </argument>
<argument name="Technology2/Resource2" multiple="true"> <argument name="Technology2/Resource2" multiple="true">
<para>Optional extra devices to dial inparallel</para> <para>Optional extra devices to dial in parallel</para>
<para>If you need more then one enter them as Technology2/Resource2&amp; <para>If you need more than one, enter them as Technology2/Resource2&amp;
Technology3/Resourse3&amp;.....</para> Technology3/Resourse3&amp;.....</para>
</argument> </argument>
</parameter> </parameter>
...@@ -75,25 +75,25 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -75,25 +75,25 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Quiet, do not play beep to caller</para> <para>Quiet, do not play beep to caller</para>
</option> </option>
<option name="r"> <option name="r">
<para>Record the page into a file (ConfBridge option <literal>r</literal>)</para> <para>Record the page into a file (<literal>CONFBRIDGE(bridge,record_conference)</literal>)</para>
</option> </option>
<option name="s"> <option name="s">
<para>Only dial a channel if its device state says that it is <literal>NOT_INUSE</literal></para> <para>Only dial a channel if its device state says that it is <literal>NOT_INUSE</literal></para>
</option> </option>
<option name="A"> <option name="A">
<argument name="x" required="true"> <argument name="x" required="true">
<para>The announcement to playback in all devices</para> <para>The announcement to playback to all devices</para>
</argument> </argument>
<para>Play an announcement simultaneously to all paged participants</para> <para>Play an announcement to all paged participants</para>
</option> </option>
<option name="n"> <option name="n">
<para>Do not play simultaneous announcement to caller (implies <literal>A(x)</literal>)</para> <para>Do not play announcement to caller (alters <literal>A(x)</literal> behavior)</para>
</option> </option>
</optionlist> </optionlist>
</parameter> </parameter>
<parameter name="timeout"> <parameter name="timeout">
<para>Specify the length of time that the system will attempt to connect a call. <para>Specify the length of time that the system will attempt to connect a call.
After this duration, any intercom calls that have not been answered will be hung up by the After this duration, any page calls that have not been answered will be hung up by the
system.</para> system.</para>
</parameter> </parameter>
</syntax> </syntax>
...@@ -101,7 +101,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -101,7 +101,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Places outbound calls to the given <replaceable>technology</replaceable>/<replaceable>resource</replaceable> <para>Places outbound calls to the given <replaceable>technology</replaceable>/<replaceable>resource</replaceable>
and dumps them into a conference bridge as muted participants. The original 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 caller is dumped into the conference as a speaker and the room is
destroyed when the original callers leaves.</para> destroyed when the original caller leaves.</para>
</description> </description>
<see-also> <see-also>
<ref type="application">ConfBridge</ref> <ref type="application">ConfBridge</ref>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment