Module: sems
Branch: master
Commit: b9f21d66bbef89762e886605b88444867b7215a8
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b9f21d66bbef89762e886605b88444867b7215a8

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Mon Jul 25 16:51:36 2011 +0200

a little cleaner AmSession API use

---

 apps/dsm/DSMCall.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/dsm/DSMCall.cpp b/apps/dsm/DSMCall.cpp
index 2ffb9bd..27ae68c 100644
--- a/apps/dsm/DSMCall.cpp
+++ b/apps/dsm/DSMCall.cpp
@@ -172,9 +172,9 @@ void DSMCall::onSessionStart()
 
     DBG("DSMCall::onSessionStart\n");
     startSession();
-
-    AmB2BCallerSession::onSessionStart();
   }
+
+  AmB2BCallerSession::onSessionStart();
 }
 
 int DSMCall::onSdpCompleted(const AmSdp& offer, const AmSdp& answer)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to