[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "ami-route" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Nov 15 15:59:46 CST 2010


branch "ami-route" has been updated
       via  b98a7cf0216ccd1744ad524fd7241b2fc48772c9 (commit)
      from  6a99b4f89401d3b3a26c06bbeadfd6ba0524c5d5 (commit)

Summary of changes:
 src/PJSipSessionModule.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit b98a7cf0216ccd1744ad524fd7241b2fc48772c9
Author: Mark Michelson <mmichelson at digium.com>
Date:   Mon Nov 15 16:04:32 2010 -0600

    Fix up some tab/space inconsistency.

diff --git a/src/PJSipSessionModule.cpp b/src/PJSipSessionModule.cpp
index 5b2823a..317e86d 100644
--- a/src/PJSipSessionModule.cpp
+++ b/src/PJSipSessionModule.cpp
@@ -468,9 +468,9 @@ void PJSipSessionModule::handleNewInvite(pjsip_rx_data *rdata)
         else
         {
             // If this is not an attended transfer we can just route the session as normally
-		    RouteSessionCallbackPtr cb = new RouteSessionCallback();
-		    Ice::CallbackPtr d = Ice::newCallback(cb, &RouteSessionCallback::routeSessionCB);
-		    RouteSessionCookiePtr cookie = new RouteSessionCookie(inv_session, tdata);
+            RouteSessionCallbackPtr cb = new RouteSessionCallback();
+            Ice::CallbackPtr d = Ice::newCallback(cb, &RouteSessionCallback::routeSessionCB);
+            RouteSessionCookiePtr cookie = new RouteSessionCookie(inv_session, tdata);
             mSessionRouter->begin_routeSession(session->getSessionProxy(), destination, d, cookie);
         }
     }

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


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list