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
This commit is contained in:
Scott Emidy
2015-08-07 11:14:06 -05:00
parent ecd4cde521
commit b91ca7ba49
8 changed files with 249 additions and 17 deletions

View File

@@ -1302,8 +1302,8 @@ ari_validator ast_ari_validate_application_fn(void);
* - attribute: string (required)
* - value: string (required)
* LogChannel
* - channel: string (required)
* - configuration: string (required)
* - name: string (required)
* - status: string (required)
* - type: string (required)
* Module