Skip to content

Commit

Permalink
app_confbridge: Shorten CBRec channel names to CBRec/<conf_name>-<seq…
Browse files Browse the repository at this point in the history
…-num>

git-svn-id: http://svn.asterisk.org/svn/asterisk/trunk@431055 f38db490-d61c-443f-a65b-d21fe96a405b
  • Loading branch information
rmudgett9125 committed Jan 23, 2015
1 parent 31a92bf commit d339905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/confbridge/conf_chan_record.c
Expand Up @@ -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;
Expand Down

0 comments on commit d339905

Please sign in to comment.