summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/confbridge/conf_chan_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/confbridge/conf_chan_record.c b/apps/confbridge/conf_chan_record.c
index 5d3a7dbbe..239fb912c 100644
--- a/apps/confbridge/conf_chan_record.c
+++ b/apps/confbridge/conf_chan_record.c
@@ -65,7 +65,7 @@ static struct ast_channel *rec_request(const char *type, struct ast_format_cap *
if (!capabilities) {
return NULL;
}
- ast_format_cap_append_by_type(capabilities, AST_MEDIA_TYPE_UNKNOWN);
+ ast_format_cap_append_by_type(capabilities, AST_MEDIA_TYPE_AUDIO);
chan = ast_channel_alloc(1, AST_STATE_UP, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,
"CBRec/%s-%08x",