Skip to content

Implement log channel(s) create/delete/retrieve #9

Description

@wormling

2015-08-07 14:20 +0000 [df9ce36366] Scott Emidy jemidy@digium.com

* 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

2015-08-07 11:14 +0000 [e9f1bc08cb] Scott Emidy jemidy@digium.com

* 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

2015-08-06 15:18 +0000 [78364132ce] Scott Emidy jemidy@digium.com

* 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions