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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Oct 13 10:35:41 CDT 2010


branch "transfer" has been updated
       via  429b0e8a49d210056cad3187eea3ab8d16be2e70 (commit)
      from  a5e884534bef416a6a556b3efdff62c35b560aea (commit)

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


- Log -----------------------------------------------------------------
commit 429b0e8a49d210056cad3187eea3ab8d16be2e70
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Oct 13 10:34:23 2010 -0500

    Removed the stop() call on the replaced session for transfers.

diff --git a/src/SessionRouter.cpp b/src/SessionRouter.cpp
index 7d3aed5..5da56e4 100644
--- a/src/SessionRouter.cpp
+++ b/src/SessionRouter.cpp
@@ -454,8 +454,6 @@ void SessionRouter::connectBridgedSessionsWithDestination(const SessionPrx& sess
 
     mImpl->forwardStart(listener, source);
 
-    sessionToReplace->stop(new ResponseCode(16)); // Magic number! We need our own value mapping of isdn codes
-
     // We're done with the listener.
     mImpl->deleteListener(listener);
 }

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


-- 
asterisk-scf/integration/routing.git



More information about the asterisk-scf-commits mailing list