summaryrefslogtreecommitdiff
path: root/apps/confbridge/conf_chan_announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/confbridge/conf_chan_announce.c')
-rw-r--r--apps/confbridge/conf_chan_announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/confbridge/conf_chan_announce.c b/apps/confbridge/conf_chan_announce.c
index 19224254d..df48aed33 100644
--- a/apps/confbridge/conf_chan_announce.c
+++ b/apps/confbridge/conf_chan_announce.c
@@ -134,7 +134,7 @@ static struct ast_channel_tech announce_tech = {
.send_text = ast_unreal_sendtext,
.queryoption = ast_unreal_queryoption,
.setoption = ast_unreal_setoption,
- .properties = AST_CHAN_TP_ANNOUNCER,
+ .properties = AST_CHAN_TP_INTERNAL,
};
struct ast_channel_tech *conf_announce_get_tech(void)