[asterisk-commits] rmudgett: trunk r380890 - in /trunk: ./ apps/app_page.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 5 12:28:54 CST 2013
Author: rmudgett
Date: Tue Feb 5 12:28:51 2013
New Revision: 380890
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380890
Log:
app_page: Fixup applicaiton XML documentation typos and inaccuracies.
........
Merged revisions 380869 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/apps/app_page.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/apps/app_page.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_page.c?view=diff&rev=380890&r1=380889&r2=380890
==============================================================================
--- trunk/apps/app_page.c (original)
+++ trunk/apps/app_page.c Tue Feb 5 12:28:51 2013
@@ -58,8 +58,8 @@
available to that particular channel driver.</para>
</argument>
<argument name="Technology2/Resource2" multiple="true">
- <para>Optional extra devices to dial inparallel</para>
- <para>If you need more then one enter them as Technology2/Resource2&
+ <para>Optional extra devices to dial in parallel</para>
+ <para>If you need more than one, enter them as Technology2/Resource2&
Technology3/Resourse3&.....</para>
</argument>
</parameter>
@@ -75,25 +75,25 @@
<para>Quiet, do not play beep to caller</para>
</option>
<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 name="s">
<para>Only dial a channel if its device state says that it is <literal>NOT_INUSE</literal></para>
</option>
<option name="A">
<argument name="x" required="true">
- <para>The announcement to playback in all devices</para>
+ <para>The announcement to playback to all devices</para>
</argument>
- <para>Play an announcement simultaneously to all paged participants</para>
+ <para>Play an announcement to all paged participants</para>
</option>
<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>
</optionlist>
</parameter>
<parameter name="timeout">
<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>
</parameter>
</syntax>
@@ -101,7 +101,7 @@
<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
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>
<see-also>
<ref type="application">ConfBridge</ref>
More information about the asterisk-commits
mailing list