Closed Allan-N closed 6 months ago
This line :
AST_CLI_DEFINE(handle_cli_show_channels, "Show app_rpt version")
should be :
AST_CLI_DEFINE(handle_cli_show_version, "Show app_rpt version")
Thanks for testing and finding this! I'm actually glad this issue cropped up, because it exposed an issue with the CI I hadn't noticed before that can now be fixed, which will help us going forward.
This line :
should be :