From 108e6f5dba4a23555e2ad55301abba84dcb06da7 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Mon, 23 Feb 2015 10:25:55 +0100 Subject: [PATCH] =?UTF-8?q?MT#11241=20mod=5Fconference:=20AmPlaylist::clos?= =?UTF-8?q?e(=E2=80=A6)=20is=20now=20replaced=20by=20AmPlaylist::flush()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4-dsm-mod_conference-flushMixInList-action-loop-for-mi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/sipwise/0014-dsm-mod_conference-flushMixInList-action-loop-for-mi.patch b/debian/patches/sipwise/0014-dsm-mod_conference-flushMixInList-action-loop-for-mi.patch index d01bcd7f..a67a7c4c 100644 --- a/debian/patches/sipwise/0014-dsm-mod_conference-flushMixInList-action-loop-for-mi.patch +++ b/debian/patches/sipwise/0014-dsm-mod_conference-flushMixInList-action-loop-for-mi.patch @@ -62,7 +62,7 @@ index 236cdd2..0028a14 100644 + EXEC_ACTION_STOP; + } + AmPlaylist* l = l_obj->get(); -+ l->close(false); ++ l->flush(); + DBG("flushed mixInList\n"); +} EXEC_ACTION_END; diff --git a/apps/dsm/mods/mod_conference/ModConference.h b/apps/dsm/mods/mod_conference/ModConference.h