[asterisk-commits] newtonr: branch 12 r410876 - /branches/12/res/res_ari.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 18 18:31:14 CDT 2014


Author: newtonr
Date: Tue Mar 18 18:31:05 2014
New Revision: 410876

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410876
Log:
res_ari: Add notes about Asterisk HTTP server to the "enabled" config option for the res_ari general section

Added note and see-also reminding user to enable the HTTP server.

(closes issue ASTERISK-22499)
Reported by: Rusty Newton

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=410876&r1=410875&r2=410876
==============================================================================
--- branches/12/res/res_ari.c (original)
+++ branches/12/res/res_ari.c Tue Mar 18 18:31:05 2014
@@ -84,6 +84,14 @@
 				<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>
+					<see-also>
+						<ref type="filename">http.conf</ref>
+						<ref type="link">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Builtin+mini-HTTP+Server</ref>
+					</see-also>
 				</configOption>
 				<configOption name="pretty">
 					<synopsis>Responses from ARI are formatted to be human readable</synopsis>




More information about the asterisk-commits mailing list