-
- Downloads
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
Showing
- CHANGES 3 additions, 0 deletionsCHANGES
- include/asterisk/logger.h 7 additions, 0 deletionsinclude/asterisk/logger.h
- main/logger.c 40 additions, 0 deletionsmain/logger.c
- res/ari/ari_model_validators.c 55 additions, 0 deletionsres/ari/ari_model_validators.c
- res/ari/ari_model_validators.h 21 additions, 0 deletionsres/ari/ari_model_validators.h
- res/ari/resource_asterisk.c 26 additions, 0 deletionsres/ari/resource_asterisk.c
- res/ari/resource_asterisk.h 13 additions, 0 deletionsres/ari/resource_asterisk.h
- res/res_ari_asterisk.c 87 additions, 2 deletionsres/res_ari_asterisk.c
- rest-api/api-docs/asterisk.json 54 additions, 0 deletionsrest-api/api-docs/asterisk.json
Loading
Please register or sign in to comment