summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index bc1b5d4b6..96fc2bd5d 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -5004,10 +5004,10 @@ static const char qum_cmd_usage[] =
"Usage: queue unpause member <channel> in <queue> reason <reason>\n";
static struct ast_cli_entry cli_queue[] = {
- NEW_CLI(queue_show, "Show status of a specified queue"),
- NEW_CLI(handle_queue_add_member, "Add a channel to a specified queue"),
- NEW_CLI(handle_queue_remove_member, "Removes a channel from a specified queue"),
- NEW_CLI(handle_queue_pause_member, "Pause or unpause a queue member"),
+ AST_CLI(queue_show, "Show status of a specified queue"),
+ AST_CLI(handle_queue_add_member, "Add a channel to a specified queue"),
+ AST_CLI(handle_queue_remove_member, "Removes a channel from a specified queue"),
+ AST_CLI(handle_queue_pause_member, "Pause or unpause a queue member"),
};
static int unload_module(void)