summaryrefslogtreecommitdiff
path: root/main/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cli.c b/main/cli.c
index e6d629b7f..bb20bc1fa 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -1398,7 +1398,7 @@ static char *handle_showchan(struct ast_cli_entry *e, int cmd, struct ast_cli_ar
long elapsed_seconds=0;
int hour=0, min=0, sec=0;
struct ast_callid *callid;
- char call_identifier_str[13] = "";
+ char call_identifier_str[AST_CALLID_BUFFER_LENGTH] = "";
#ifdef CHANNEL_TRACE
int trace_enabled;
#endif