]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Retrieve existing log channels 86/986/14
authorScott Emidy <jemidy@digium.com>
Fri, 7 Aug 2015 19:20:29 +0000 (14:20 -0500)
committerScott Emidy <jemidy@digium.com>
Fri, 7 Aug 2015 19:55:53 +0000 (14:55 -0500)
commitdf9ce3636695781be6ab2479f90766a56747dbd7
tree48963ab145b594360a26dc3ea9085c1e2c5dd970
parente9f1bc08cbda7759707c30b8883b266555d0fefc
ARI: Retrieve existing log channels

An http request can be sent to get the existing Asterisk logs.

The command "curl -v -u user:pass -X GET 'http://localhost:8088
/ari/asterisk/logging'" can be run in the terminal to access the
newly implemented functionality.

* Retrieve all existing log channels

ASTERISK-25252

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