Module: kamailio
Branch: master
Commit: 7470967790a78ba67ef7acb7c87d94482fbea0cb
URL: 
https://github.com/kamailio/kamailio/commit/7470967790a78ba67ef7acb7c87d94482fbea0cb

Author: amnapa <marvelous...@live.com>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2025-05-17T20:34:43+02:00

ims_auth: replaced t_continue_skip_timer with t_continue in cxdx_mar.c

- fixed log message in MAR Async CDP callback
- fixed executing cfg_action after sending MAR Diameter request
- cfg_action is the callback parameter of the ims_www_challenge function

---

Modified: src/modules/ims_auth/cxdx_mar.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/7470967790a78ba67ef7acb7c87d94482fbea0cb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/7470967790a78ba67ef7acb7c87d94482fbea0cb.patch

---

diff --git a/src/modules/ims_auth/cxdx_mar.c b/src/modules/ims_auth/cxdx_mar.c
index 51e05ce7a27..3868dee4f60 100644
--- a/src/modules/ims_auth/cxdx_mar.c
+++ b/src/modules/ims_auth/cxdx_mar.c
@@ -479,7 +479,7 @@ void async_cdp_callback(
                adi_list = 0;
        }
 
-       LM_DBG("DBG:UAR Async CDP callback: ... Done resuming transaction\n");
+       LM_DBG("DBG:MAR Async CDP callback: ... Done resuming transaction\n");
        set_avp_list(AVP_TRACK_FROM | AVP_CLASS_URI, &t->uri_avps_from);
        set_avp_list(AVP_TRACK_TO | AVP_CLASS_URI, &t->uri_avps_to);
        set_avp_list(AVP_TRACK_FROM | AVP_CLASS_USER, &t->user_avps_from);
@@ -493,7 +493,7 @@ void async_cdp_callback(
                //del_nonshm_lump_rpl(&req->reply_lump);
                tmb.unref_cell(t);
        }
-       tmb.t_continue(data->tindex, data->tlabel, data->act);
+       tmb.t_continue_skip_timer(data->tindex, data->tlabel, data->act);
        free_saved_transaction_data(data);
        return;
 
@@ -504,7 +504,7 @@ void async_cdp_callback(
                //del_nonshm_lump_rpl(&t->uas.request->reply_lump);
                tmb.unref_cell(t);
        }
-       tmb.t_continue(data->tindex, data->tlabel, data->act);
+       tmb.t_continue_skip_timer(data->tindex, data->tlabel, data->act);
 
 error1:
        free_saved_transaction_data(data);

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to