MT#18839 import 5ec9bf2 - b/f:dsm:mod_conference:set callgroup to conference channel

Change-Id: Ic7911598f7df720635b841bc2782b1d556378cd1
changes/69/7669/1
Andrew Pogrebennyk 10 years ago
parent 54ce66a959
commit 437932f29f

@ -17,3 +17,4 @@ py_sems_path.patch
sipwise/MT-20649-add-vsc-for-block-in-clir
sipwise/MT-20649-change-config-validation
sipwise/MT-20649-use-macros
sipwise/0002-b-f-dsm-mod_conference-set-callgroup-to-conference-c.patch

@ -0,0 +1,27 @@
From 5ec9bf2d042f90f0f29b7de2bb215a8cf6ba7169 Mon Sep 17 00:00:00 2001
From: Stefan Sayer <stefan.sayer@googlemail.com>
Date: Fri, 12 Aug 2016 12:35:45 +0200
Subject: [PATCH 2/6] b/f:dsm:mod_conference:set callgroup to conference
channel
---
apps/dsm/mods/mod_conference/ModConference.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apps/dsm/mods/mod_conference/ModConference.cpp b/apps/dsm/mods/mod_conference/ModConference.cpp
index 0028a14..8b2e2ce 100644
--- a/apps/dsm/mods/mod_conference/ModConference.cpp
+++ b/apps/dsm/mods/mod_conference/ModConference.cpp
@@ -117,6 +117,9 @@ static bool ConferenceJoinChannel(DSMConfChannel** dsm_chan,
DSMSession* sc_sess,
const string& channel_id,
const string& mode) {
+ DBG("changing callgroup for session to %s\n", channel_id.c_str());
+ sess->changeCallgroup(channel_id);
+
bool connect_play = false;
bool connect_record = false;
if (mode.empty()) {
--
2.6.4 (Apple Git-63)
Loading…
Cancel
Save