[sr-dev] [kamailio/kamailio] WIP acc: add to-tag for locally generated replies (#2422)

Daniel-Constantin Mierla notifications at github.com
Fri Aug 7 08:50:19 CEST 2020


@miconda commented on this pull request.



> @@ -372,6 +380,9 @@ void acc_onreq( struct cell* t, int type, struct tmcb_params *ps )
 	int tmcb_types;
 	int is_invite;
 
+	LM_ERR("is_mc_on: %d\n", is_mc_on(ps->req));
+	LM_ERR("is_acc_on: %d\n", is_acc_on(ps->req));
+	LM_ERR("is_acc_prepare_on: %d\n", is_acc_prepare_on(ps->req));

There are couple of error messages which I guess are only for testing purposes. Before merging should be removed. I could spot in two other places, besides the three here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2422#pullrequestreview-463073280
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200806/9937d80b/attachment.htm>


More information about the sr-dev mailing list