Index: main/cli.c =================================================================== --- main/cli.c (revision 431323) +++ main/cli.c (working copy) @@ -1526,7 +1526,8 @@ struct ast_var_t *var; struct ast_str *write_transpath = ast_str_alloca(256); struct ast_str *read_transpath = ast_str_alloca(256); - struct ast_str *codec_buf = ast_str_alloca(64); +/* BUGBUG 64 is used throughout the codebase for the capabilities string. Need to replace with a define and a larger number. */ + struct ast_str *codec_buf = ast_str_alloca(256); struct ast_bridge *bridge; struct ast_callid *callid; char callid_buf[32];