mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user