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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Aug 24 02:20:03 2010 +0200

DSM: added debug info when event is processed

like the same in AmSession

---

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

diff --git a/apps/dsm/DSMCall.cpp b/apps/dsm/DSMCall.cpp
index 16dcb3b..49b3e7d 100644
--- a/apps/dsm/DSMCall.cpp
+++ b/apps/dsm/DSMCall.cpp
@@ -335,6 +335,8 @@ void DSMCall::onSipReply(const AmSipReply& reply, int 
old_dlg_status) {
 void DSMCall::process(AmEvent* event)
 {
 
+  DBG("DSMCall::process\n");
+
   if (event->event_id == DSM_EVENT_ID) {
     DSMEvent* dsm_event = dynamic_cast<DSMEvent*>(event);
     if (dsm_event) {      

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

Reply via email to