Module: sems Branch: master Commit: 532497ddd8a42d7187bc36e80167e9817e0d4592 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=532497ddd8a42d7187bc36e80167e9817e0d4592
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Jul 21 18:49:07 2011 +0200 fix echo app to new onSessionStart semantics --- core/plug-in/echo/Echo.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/core/plug-in/echo/Echo.cpp b/core/plug-in/echo/Echo.cpp index 64baf9b..bbfe58f 100644 --- a/core/plug-in/echo/Echo.cpp +++ b/core/plug-in/echo/Echo.cpp @@ -112,8 +112,12 @@ EchoDialog::~EchoDialog() void EchoDialog::onSessionStart() { + DBG("EchoDialog::onSessionStart\n"); + RTPStream()->setPlayoutType(playout_type); setInOut(&echo,&echo); + + AmSession::onSessionStart(); } void EchoDialog::onBye(const AmSipRequest& req) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
