diff --git a/apps/app_verbose.c b/apps/app_verbose.c index 6ed1e4820a..61c60abeda 100644 --- a/apps/app_verbose.c +++ b/apps/app_verbose.c @@ -63,7 +63,7 @@ static int verbose_exec(struct ast_channel *chan, void *data) if (data) { vtext = ast_strdupa((char *)data); if (vtext) { - char *tmp = strsep(&vtext, "|,"); + char *tmp = strsep(&vtext, "|"); if (vtext) { if (sscanf(tmp, "%d", &vsize) != 1) { vsize = 0;