ARI: Creating log channels
authorScott Emidy <jemidy@digium.com>
Fri, 7 Aug 2015 16:14:06 +0000 (11:14 -0500)
committerScott Emidy <jemidy@digium.com>
Fri, 7 Aug 2015 16:18:13 +0000 (11:18 -0500)
commitb91ca7ba49ce74152139309fd0ae1a66df695cc0
tree9d96113e70f17b03115ca14de207cba74ff61dc5
parentecd4cde521d0b5fc43312aed500e1bcff181209c
ARI: Creating log channels

An http request can be sent to create a log channel
in Asterisk.

The command "curl -v -u user:pass -X POST
'http://localhost:088/ari/asterisk/logging/mylog?
configuration=notice,warning'" can be run in the terminal
to access the newly implemented functionality for ARI.

* Ability to create log channels using ARI

ASTERISK-25252

Change-Id: I9a20e5c75716dfbb6b62fd3474faf55be20bd782
include/asterisk/logger.h
main/logger.c
res/ari/ari_model_validators.c
res/ari/ari_model_validators.h
res/ari/resource_asterisk.c
res/ari/resource_asterisk.h
res/res_ari_asterisk.c
rest-api/api-docs/asterisk.json