[asterisk-commits] kmoore: branch certified-11.2 r382536 - in /certified/branches/11.2: ./ apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 6 13:36:37 CST 2013


Author: kmoore
Date: Wed Mar  6 13:36:33 2013
New Revision: 382536

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382536
Log:
app_page: Fixup application XML documentation typos and inaccuracies.

(closes issue AST-1116)
........

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

Modified:
    certified/branches/11.2/   (props changed)
    certified/branches/11.2/apps/app_page.c

Propchange: certified/branches/11.2/
------------------------------------------------------------------------------
--- branch-11-merged (original)
+++ branch-11-merged Wed Mar  6 13:36:33 2013
@@ -1,1 +1,1 @@
-/branches/11:378038,378121,378287,378321,378409-378411,378459,378582,378687,378690,378984,379513,379790,380465,380698,380892,380894,380974,381306,381594,381613,381702,381737,382385,382390
+/branches/11:378038,378121,378287,378321,378409-378411,378459,378582,378687,378690,378984,379513,379790,380465,380698,380869,380892,380894,380974,381306,381594,381613,381702,381737,382385,382390

Modified: certified/branches/11.2/apps/app_page.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/11.2/apps/app_page.c?view=diff&rev=382536&r1=382535&r2=382536
==============================================================================
--- certified/branches/11.2/apps/app_page.c (original)
+++ certified/branches/11.2/apps/app_page.c Wed Mar  6 13:36:33 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&amp;
+					<para>Optional extra devices to dial in parallel</para>
+					<para>If you need more than one, enter them as Technology2/Resource2&amp;
 					Technology3/Resourse3&amp;.....</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