From: Richard Mudgett Date: Fri, 23 Jan 2015 20:17:20 +0000 (+0000) Subject: app_confbridge: Shorten CBRec channel names to CBRec/- X-Git-Tag: 14.0.0-beta1~1294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69b0d12eeee6ac1913694ab89aaa68d53d29826;p=thirdparty%2Fasterisk.git app_confbridge: Shorten CBRec channel names to CBRec/- git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431055 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/confbridge/conf_chan_record.c b/apps/confbridge/conf_chan_record.c index 54317e452b..6694fa52c6 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;