@xkaraman commented on this pull request.
+ LM_DBG("event callback (%s) set, but no cfg
engine\n",
+ tm_event_callback.s);
+ }
+ }
+
+ // /* Check if msg is null */
+ if(build_sip_msg_from_buf(&msg, crb->buffer, crb->buffer_len, 0) < 0) {
+ LM_ERR("fail to parse msg\n");
+ }
+
+ /* Call event */
+ backup_rt = get_route_type();
+ set_route_type(REQUEST_ROUTE);
+ init_run_actions_ctx(&ctx);
+ if(rt >= 0) {
+ LM_ALERT("tm:local-request found [%d]\n", rt);
This should be changed DBG.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3979#pullrequestreview-2429785775
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3979/review/2429785775(a)github.com>