]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Deleting log channels 48/1048/4
authorScott Emidy <jemidy@digium.com>
Thu, 6 Aug 2015 20:18:04 +0000 (15:18 -0500)
committerScott Emidy <jemidy@digium.com>
Thu, 6 Aug 2015 22:41:11 +0000 (17:41 -0500)
commit78364132ce94d9ded24ae6e6ab44b97d256b506d
treea4277262f837478a57ae5a6cc03347dddbb35f30
parentc07fa843ec49a114473fe3b5609d00f80ace1b3d
ARI: Deleting log channels

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

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

* Able to delete log channels using ARI

ASTERISK-25252

Change-Id: Id6eeb54ebcc511595f0418d586ff55914bc3aae6
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