From 6a9354423710f8081ed789b0958ccee145be75c0 Mon Sep 17 00:00:00 2001 From: paulc Date: Tue, 28 Mar 2006 23:19:35 +0000 Subject: [PATCH] Gave credits to Andrew McDonald for N-way no-echo mixing. git-svn-id: http://voip.null.ro/svn/yate@727 acf43c95-373e-0410-b603-e72c3f656dc1 --- ChangeLog | 5 +++++ modules/conference.cpp | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ec62a9c..11fe0a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 29 2006 Paul Chitescu +- Modified conference based on Andrew McDonald's idea of N-way mixing +- Default output in rmanager is controlled by the config file +- Added option to some CallEndpoint methods to disable disconnect notifications + Thu Mar 23 2006 Paul Chitescu - More explicit configuration error messages, thanks to Carl Karsten diff --git a/modules/conference.cpp b/modules/conference.cpp index cd873d24..9e5abd0c 100644 --- a/modules/conference.cpp +++ b/modules/conference.cpp @@ -7,6 +7,8 @@ * Yet Another Telephony Engine - a fully featured software PBX and IVR * Copyright (C) 2004, 2005 Null Team * + * N-way mixing with self echo suppresion idea by Andrew McDonald + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or