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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Oct 13 15:42:04 CDT 2010


branch "transfer" has been updated
       via  56f06436cf9afdb2b801bc28f79c4c3235e2ee67 (commit)
      from  491b40156a8320c71cdb3a207e5643738bb8c5ef (commit)

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


- Log -----------------------------------------------------------------
commit 56f06436cf9afdb2b801bc28f79c4c3235e2ee67
Author: Brent Eagles <beagles at digium.com>
Date:   Wed Oct 13 18:10:59 2010 -0230

    Have the peer also unplug, which should result in a proper disconnect
    regardless of where the pairings live.

diff --git a/src/MediaSplicer.cpp b/src/MediaSplicer.cpp
index c4d12f0..be1ea42 100644
--- a/src/MediaSplicer.cpp
+++ b/src/MediaSplicer.cpp
@@ -121,7 +121,7 @@ namespace BridgeService
                 {
                 }
             }
-            mPeer->clearConnections();
+            mPeer->unplug();
         }
 
         bool isConnected()

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


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list