summaryrefslogtreecommitdiff
path: root/apps/confbridge/conf_chan_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/confbridge/conf_chan_record.c')
-rw-r--r--apps/confbridge/conf_chan_record.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/confbridge/conf_chan_record.c b/apps/confbridge/conf_chan_record.c
index 18f971f35..8198b4fa0 100644
--- a/apps/confbridge/conf_chan_record.c
+++ b/apps/confbridge/conf_chan_record.c
@@ -86,6 +86,7 @@ static struct ast_channel_tech record_tech = {
.call = rec_call,
.read = rec_read,
.write = rec_write,
+ .properties = AST_CHAN_TP_RECORDER,
};
struct ast_channel_tech *conf_record_get_tech(void)