summaryrefslogtreecommitdiff
path: root/res/res_ari.c
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2014-03-18 23:32:00 +0000
committerRusty Newton <rnewton@digium.com>2014-03-18 23:32:00 +0000
commit35fb3a564bbeb7bb61fa312a512560eecb28d37a (patch)
treee6573b59d99d2a0294fdaf60fd8771f3e9975932 /res/res_ari.c
parenteecb74a9a730a87bcbbe0cba5b961e7e457d0968 (diff)
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 ........ Merged revisions 410876 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_ari.c')
-rw-r--r--res/res_ari.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/res_ari.c b/res/res_ari.c
index 66bc4280a..236b25773 100644
--- a/res/res_ari.c
+++ b/res/res_ari.c
@@ -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>