AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
9 stars 9 forks source link

"rpt show version" not working #321

Closed Allan-N closed 6 months ago

Allan-N commented 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")
InterLinked1 commented 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.