]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Creating log channels 42/1042/5
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:15:08 +0000 (11:15 -0500)
commite9f1bc08cbda7759707c30b8883b266555d0fefc
tree0a2ff61c1f4b4d8d6ae0c426be73ef66dffc35ae
parentcf272003919f04c1aaf3d0e921a0385be1e45e4b
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