projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c780223
)
app_confbridge: Shorten CBRec channel names to CBRec/<conf_name>-<seq-num>
author
Richard Mudgett
<rmudgett@digium.com>
Fri, 23 Jan 2015 20:17:20 +0000
(20:17 +0000)
committer
Richard Mudgett
<rmudgett@digium.com>
Fri, 23 Jan 2015 20:17:20 +0000
(20:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431055
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/confbridge/conf_chan_record.c
patch
|
blob
|
history
diff --git
a/apps/confbridge/conf_chan_record.c
b/apps/confbridge/conf_chan_record.c
index
54317e4
..
6694fa5
100644
(file)
--- 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;