Module: kamailio
Branch: master
Commit: 54fea03a078f8258d124a83443617c54bdbc2574
URL:
https://github.com/kamailio/kamailio/commit/54fea03a078f8258d124a83443617c5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-27T15:03:21+02:00
tm: more verbose debug message when local transaction is completed
---
Modified: modules/tm/t_reply.c
---
Diff:
https://github.com/kamailio/kamailio/commit/54fea03a078f8258d124a83443617c5…
Patch:
https://github.com/kamailio/kamailio/commit/54fea03a078f8258d124a83443617c5…
---
diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c
index d14ed1c..b2e6e53 100644
--- a/modules/tm/t_reply.c
+++ b/modules/tm/t_reply.c
@@ -2050,7 +2050,8 @@ enum rps local_reply( struct cell *t, struct sip_msg *p_msg, int
branch,
}
if (local_winner>=0 && winning_code>=200 ) {
- DBG("DEBUG: local transaction completed\n");
+ DBG("DEBUG: local transaction completed %d/%d (totag retr: %d/%d)\n",
+ winning_code, local_winner, totag_retr, t->tmcb_hl.reg_types);
if (!totag_retr) {
if (unlikely(has_tran_tmcbs(t,TMCB_LOCAL_COMPLETED) ))
run_trans_callbacks( TMCB_LOCAL_COMPLETED, t, 0,