summaryrefslogtreecommitdiff
path: root/res/res_ari.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-03-19 02:33:55 +0000
committerMatthew Jordan <mjordan@digium.com>2014-03-19 02:33:55 +0000
commite33e003f78a7118751c5a5555ff2878f6988e4d1 (patch)
treeb5b94453a47bf7585d8193150a50e073fc3422f9 /res/res_ari.c
parent35fb3a564bbeb7bb61fa312a512560eecb28d37a (diff)
res_ari: Fix documentation schema error
........ Merged revisions 410890 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410891 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_ari.c')
-rw-r--r--res/res_ari.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/res_ari.c b/res/res_ari.c
index 236b25773..133ca6689 100644
--- a/res/res_ari.c
+++ b/res/res_ari.c
@@ -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>