From e3b05499fe99d81f2dc469757ada85b46c928d2e Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 23 Jul 2009 09:28:12 +0000 Subject: [PATCH] really setting the playout type on session start git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1479 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/echo/Echo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/plug-in/echo/Echo.cpp b/core/plug-in/echo/Echo.cpp index f0a38d06..0429c3a1 100644 --- a/core/plug-in/echo/Echo.cpp +++ b/core/plug-in/echo/Echo.cpp @@ -104,6 +104,7 @@ EchoDialog::~EchoDialog() void EchoDialog::onSessionStart(const AmSipRequest& req) { + rtp_str.setPlayoutType(playout_type); setInOut(&echo,&echo); }