[SR-Users] handling BYEs generated by dialog-timeout

Alex Balashov abalashov at evaristesys.com
Fri Jan 18 22:04:52 CET 2019


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 at lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


-- 
Alex Balashov | Principal | Evariste Systems LLC

Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) 
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/



More information about the sr-users mailing list