[SR-Users] Re: KEMI: app_jsdt_run_ex(): js loading state not initialized (call: ksr_htable_event)

2023-03-27 Thread Ovidiu Sas
So is this the normal behaviour for 5.6? If yes, we need to document it somewhere. Other modules might be impacted. -ovidiu On Mon, Mar 27, 2023 at 6:57 AM Daniel-Constantin Mierla wrote: > > Hello, > > it could be due to commit 3c1851ad546f574d1fda869348c8f7e5186079d2, > which was done to avoid

[SR-Users] Handling stateless replies with kemi

2023-03-27 Thread Ovidiu Sas
Hello all, How can we handle stateless replies with kemi? tm has the following param: modparam("tm", "on_sl_reply", "stateless_replies") What's the proper way to map the "stateless_reply" onreply_route to a kemi function. I'm playing with the app_jsdt module. Thanks, Ovidiu _

[SR-Users] Re: Handling branch-level append_hf()

2023-03-27 Thread Daniel-Constantin Mierla
Hello, On 27.03.23 14:24, Alex Balashov wrote: > Hi, > > I’ve got a situation where I catch a 302 redirect in a failure_route (branch > #1), and use the Contact to set a custom header (append_hf()). > > This custom header is utilised on the subsequent branch (branch #2), but if > that branch fa

[SR-Users] Handling branch-level append_hf()

2023-03-27 Thread Alex Balashov
Hi, I’ve got a situation where I catch a 302 redirect in a failure_route (branch #1), and use the Contact to set a custom header (append_hf()). This custom header is utilised on the subsequent branch (branch #2), but if that branch fails (e.g. due to 4xx-5xx response), the custom header is not

[SR-Users] Re: KEMI: app_jsdt_run_ex(): js loading state not initialized (call: ksr_htable_event)

2023-03-27 Thread Daniel-Constantin Mierla
Hello, it could be due to commit 3c1851ad546f574d1fda869348c8f7e5186079d2, which was done to avoid sharing the interpreter state before forking the child processes. Cheers, Daniel On 25.03.23 23:15, Ovidiu Sas wrote: > Hello all, > > While using KEMI with app_jsdt I noticed the following possibl