[asterisk-commits] mjordan: trunk r410891 - in /trunk: ./ res/res_ari.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 18 21:33:58 CDT 2014
Author: mjordan
Date: Tue Mar 18 21:33:55 2014
New Revision: 410891
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410891
Log:
res_ari: Fix documentation schema error
........
Merged revisions 410890 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_ari.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_ari.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_ari.c?view=diff&rev=410891&r1=410890&r2=410891
==============================================================================
--- trunk/res/res_ari.c (original)
+++ trunk/res/res_ari.c Tue Mar 18 21:33:55 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