aboutsummaryrefslogtreecommitdiffstats
path: root/main/udptl.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/udptl.c')
-rw-r--r--main/udptl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/udptl.c b/main/udptl.c
index a140cc4fe..d906d0549 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -1197,9 +1197,9 @@ static char *handle_cli_udptl_debug_off(struct ast_cli_entry *e, int cmd, struct
}
static struct ast_cli_entry cli_udptl[] = {
- NEW_CLI(handle_cli_udptl_debug, "Enable UDPTL debugging"),
- NEW_CLI(handle_cli_udptl_debug_ip, "Enable UDPTL debugging on IP"),
- NEW_CLI(handle_cli_udptl_debug_off, "Disable UDPTL debugging")
+ AST_CLI(handle_cli_udptl_debug, "Enable UDPTL debugging"),
+ AST_CLI(handle_cli_udptl_debug_ip, "Enable UDPTL debugging on IP"),
+ AST_CLI(handle_cli_udptl_debug_off, "Disable UDPTL debugging")
};
static void __ast_udptl_reload(int reload)