From 202645024c81614085719e4ee3a58084db0eebe2 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 23 Jul 2009 09:12:48 +0000 Subject: [PATCH] using adaptive playout as default git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1478 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/echo/Echo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/echo/Echo.cpp b/core/plug-in/echo/Echo.cpp index 178a4f5a..f0a38d06 100644 --- a/core/plug-in/echo/Echo.cpp +++ b/core/plug-in/echo/Echo.cpp @@ -93,7 +93,7 @@ AmSession* EchoFactory::onInvite(const AmSipRequest& req) } EchoDialog::EchoDialog() - : playout_type(SIMPLE_PLAYOUT) + : playout_type(ADAPTIVE_PLAYOUT) { }