Hi,
Perhaps it is worthwhile to ask the question: why do you want to manipulate $du for these internally generated BYEs? What is the root problem you are trying to solve?
-- Alex
On Fri, Jan 18, 2019 at 03:27:19PM +0100, * Paolo Visintin - evosip.cloud wrote:
Hello!
I'm wondering if someone have experience in changing $du on local kamailio generated packets (like BYE generated at the dialog-timeout) I'm trying to manipulate in `event_route[tm:local-request]` with no success.
In the end I have it working using the `forward()` function and then using `exit;` but in this case instead of having 2 BYEs , kamailio sends 4 BYEs (2 with original $du, 2 with new $du)
this an example : event_route[tm:local-request] { if ($rm == "BYE") { route(SELECT_OUTBOUND_PROXY); forward(); exit; } }
I'm using a kamailio proxy on top with no record-route (we want to have multiple instances of proxy that can change ip address).
Thanks in advance!
Paolo
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users