doc/
subfolder, the README file is autogenerated)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");
}
changed t_run_local_req and moved restore xavps & flags to the end, after the messages changes are applied.
https://github.com/kamailio/kamailio/pull/2821
—
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.