[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "bridgetelephony" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 7 17:19:20 CDT 2011


branch "bridgetelephony" has been updated
       via  0b44454a92fe5d0626144ee0b339b0d1cf8c19ad (commit)
      from  235a08493931af8d0602127bfe802b76093bee0e (commit)

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


- Log -----------------------------------------------------------------
commit 0b44454a92fe5d0626144ee0b339b0d1cf8c19ad
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Sep 7 17:20:38 2011 -0500

    Update.

diff --git a/src/BridgeImpl.cpp b/src/BridgeImpl.cpp
index 63115eb..8a603a7 100755
--- a/src/BridgeImpl.cpp
+++ b/src/BridgeImpl.cpp
@@ -949,6 +949,7 @@ void BridgeImpl::removeSessions_async(const AMD_Bridge_removeSessionsPtr& callba
         }
         tasks.push_back(new RemoveSessionsNotify(mListeners, removed, cookies));
         tasks.push_back(new GenericAMDCallback<AMD_Bridge_removeSessionsPtr>(callback, removed));
+        tasks.push_back(new DisconnectTelephonyEventsTask(this, sessions, mLogger));
         tasks.push_back(new CheckShutdown(this, mPrx));
         ExecutorPtr runner(new Executor(tasks, mLogger));
         runner->start();

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


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list