summaryrefslogtreecommitdiff
path: root/apps/app_confbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_confbridge.c')
-rw-r--r--apps/app_confbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index d6229b93f..c7c76ff6b 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -1475,6 +1475,7 @@ static struct confbridge_conference *join_conference_bridge(const char *conferen
ast_bridge_set_internal_sample_rate(conference->bridge, conference->b_profile.internal_sample_rate);
/* Set the internal mixing interval on the bridge from the bridge profile */
ast_bridge_set_mixing_interval(conference->bridge, conference->b_profile.mix_interval);
+ ast_bridge_set_binaural_active(conference->bridge, ast_test_flag(&conference->b_profile, BRIDGE_OPT_BINAURAL_ACTIVE));
if (ast_test_flag(&conference->b_profile, BRIDGE_OPT_VIDEO_SRC_FOLLOW_TALKER)) {
ast_bridge_set_talker_src_video_mode(conference->bridge);