Skip to content
Snippets Groups Projects
Commit b69b0d12 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

app_confbridge: Shorten CBRec channel names to CBRec/<conf_name>-<seq-num>

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c7802235
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ static struct ast_channel *rec_request(const char *type, struct ast_format_cap *
ast_format_cap_append_by_type(capabilities, AST_MEDIA_TYPE_UNKNOWN);
chan = ast_channel_alloc(1, AST_STATE_UP, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
"CBRec/conf-%s-uid-%08x",
"CBRec/%s-%08x",
conf_name, (unsigned) generated_seqno);
if (!chan) {
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment