summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Ford <bford@digium.com>2015-07-29 14:17:09 -0500
committerBenjamin Ford <bford@digium.com>2015-07-31 11:43:47 -0500
commit1ae762634c317fbcbd98a8c34d2474f7d4b654ed (patch)
tree84127e860a5d60a43d64d4a589546dfba157d323 /CHANGES
parentf78a4b52b8ed7b5b367c3465652a7ce98fe9175d (diff)
ARI: Rotate log channels.
An http request can be sent to rotate a specified log channel. If the channel does not exist, an error response will be returned. The command "curl -v -u user:pass -X PUT 'http://localhost:8088 /ari/asterisk/logging/logChannelName/rotate'" can be run in the terminal to access this new functionality. * Added the ability to rotate log files through ARI ASTERISK-25252 Change-Id: Iaefa21cbbc1b29effb33004ee3d89c977e76ab01
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef16ba65d..ec5c8a9ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,9 @@ ARI
deletion. Sorcery derived objects that are manipulated by this resource
must have a sorcery wizard that supports the desired operations.
+ * A new feature has been added that allows for the rotation of log channels
+ through HTTP requests.
+
res_pjsip
------------------