[asterisk-commits] mjordan: branch 12 r410890 - /branches/12/res/res_ari.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 18 21:29:34 CDT 2014


Author: mjordan
Date: Tue Mar 18 21:29:27 2014
New Revision: 410890

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410890
Log:
res_ari: Fix documentation schema error

Modified:
    branches/12/res/res_ari.c

Modified: branches/12/res/res_ari.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_ari.c?view=diff&rev=410890&r1=410889&r2=410890
==============================================================================
--- branches/12/res/res_ari.c (original)
+++ branches/12/res/res_ari.c Tue Mar 18 21:29:27 2014
@@ -84,9 +84,11 @@
 				<synopsis>General configuration settings</synopsis>
 				<configOption name="enabled">
 					<synopsis>Enable/disable the ARI module</synopsis>
-					<description>This option enables or disables the ARI module.
-						<note><para>Asterisk's HTTP server also needs to be enabled for ARI to communicate over it.
-						</para></note>
+					<description>
+						<para>This option enables or disables the ARI module.</para>
+						<note>
+							<para>ARI uses Asterisk's HTTP server, which must also be enabled in <filename>http.conf</filename>.</para>
+						</note>
 					</description>
 					<see-also>
 						<ref type="filename">http.conf</ref>




More information about the asterisk-commits mailing list