Pre-Submission Checklist

Type Of Change

Checklist:

Description

setting via xavp in tm:local-request has no effect

xavp_via_params = "via"

event_route[tm:local-request]
{
    $xavp(via=>xi) = "something"
    via_add_xavp_params("1");
}

reply_route {
    $var(vd) = $sel(via.params["xi"]);
    xlog("L_INFO", "$ci|log|core|reply $rm this should be true => ('$var(vd)' == 'something')\n");
}

Changes

changed t_run_local_req and moved restore xavps & flags to the end, after the messages changes are applied.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2821

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.