From d33990535942a2c5f490ee6432b8e8b1a8b61862 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 23 Jan 2015 20:17:20 +0000 Subject: [PATCH] app_confbridge: Shorten CBRec channel names to CBRec/- git-svn-id: http://svn.asterisk.org/svn/asterisk/trunk@431055 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/confbridge/conf_chan_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/confbridge/conf_chan_record.c b/apps/confbridge/conf_chan_record.c index 54317e452..6694fa52c 100644 --- a/apps/confbridge/conf_chan_record.c +++ b/apps/confbridge/conf_chan_record.c @@ -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;