@dunst0 commented on this pull request.
> if(isc_mark_get_from_msg(msg, &old_mark)) {
LM_DBG("Message returned s=%d;h=%d;d=%d;a=%.*s\n",
old_mark.skip,
old_mark.handling, old_mark.direction,
old_mark.aor.len,
old_mark.aor.s);
+ } else if(is_route_type(FAILURE_ROUTE)
+ && isc_mark_get_from_lumps(msg, &dummy_mark)) {
@kilianwww Just a quick question here, I've seen that the dummy mark is never
used anywhere else, how will the iFC execution continue with the correct index
in the failure route?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4018#pullrequestreview-3140986756
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4018/review/3140986...@github.com>
_______________________________________________
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!