[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed May 18 21:26:31 CDT 2011


branch "master" has been updated
       via  c6dcc99f83464fda6886bec7d8698d742952d5e3 (commit)
      from  54bdc8b0e63f47f9d85d7807a38688bf97ef083e (commit)

Summary of changes:
 src/SessionWrapper.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit c6dcc99f83464fda6886bec7d8698d742952d5e3
Author: Brent Eagles <beagles at digium.com>
Date:   Wed May 18 23:55:55 2011 -0230

    Fix a bug in the bridged session setup operations that would prevent
    the media setup code from being called.

diff --git a/src/SessionWrapper.cpp b/src/SessionWrapper.cpp
index 06e0434..ac30477 100644
--- a/src/SessionWrapper.cpp
+++ b/src/SessionWrapper.cpp
@@ -307,7 +307,6 @@ QueuedTasks createShutdownTasks(const SessionWrapperPtr& session, const SessionL
 QueuedTasks createSetupTasks(const SessionWrapperPtr& session)
 {
     QueuedTasks tasks;
-    tasks.push_back(new SetStateTask(session, Connected));
     tasks.push_back(new ConnectMediaTask(session));
     return tasks;
 }

-----------------------------------------------------------------------


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list