[sr-dev] Re: [kamailio/kamailio] In function ksr_tm_event_response_sent(evname), header and body modifications are not applied (Issue #3997)

2024-11-21 Thread JuanPascual2 via sr-dev
Hello Is it possible not to close it? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3997#issuecomment-2493065385 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamai

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function immediately deletes the transaction. (Issue #4011)

2024-11-14 Thread JuanPascual2 via sr-dev
Hello I've tested it. It works. Kamailio is now sending the ACK for the 487. Bellow traces. <==[387 bytes]==[2024-11-14 19:03:58.592143] 10.192.117.6:5030 => 10.192.117.6:5084 SIP/2.0 487 Request Terminated Via: SIP/2.0/UDP 10.192.117.6:5084;branch=z9hG4bKfb0b.dc0ab91200

[sr-dev] [kamailio/kamailio] The tm.cancel function immediately deletes the transaction. (Issue #4011)

2024-10-31 Thread JuanPascual2 via sr-dev
Hello I use the ‘**tm.t_uac_star**t’ function to send an INVITE and then the **‘tm.cancel**’ function to cancel the INVITE. But the ‘**tm.cancel**’ function immediately deletes the transaction. Kamailio can't acknowledge message 487 because the transaction has been deleted. **Callflow descriptio

[sr-dev] Re: [kamailio/kamailio] Implementation of the timer_enable() function in Kemi (Issue #4008)

2024-10-29 Thread JuanPascual2 via sr-dev
Hello I tested: KSR.timer.timer_enable("tmr4", 0) and KSR.timer.timer_enable("tmr4", 1) It works. Thanks Juan -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4008#issuecomment-2445103412 You are receiving this because you are subscribed to this th

[sr-dev] [kamailio/kamailio] Implementation of the timer_enable() function in Kemi (Issue #4008)

2024-10-25 Thread JuanPascual2 via sr-dev
Hello The timer_enable() function does not exist in KEMI. Can you implement the equivalent of this function in KEMI? BR Juan PASCUAL -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4008 You are receiving this because you are subscribed to this thr

[sr-dev] Re: [kamailio/kamailio] In function ksr_tm_event_response_sent(evname), header and body modifications are not applied (Issue #3997)

2024-10-10 Thread JuanPascual2 via sr-dev
The documentation indicates that the function: KSR.hdr.append(...) applies to request and reply. https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/core/#ksrhdrappend KSR.hdr.append(...) int KSR.hdr.append(str "hdrval") Append header to current SIP message (**request or reply**). It

[sr-dev] [kamailio/kamailio] In function ksr_tm_event_response_sent(evname), header and body modifications are not applied (Issue #3997)

2024-10-10 Thread JuanPascual2 via sr-dev
Hello In the function ksr_tm_event_response_sent(evname), header and body modifications are not applied. **Example of modification:** KSR.textops.set_body("application/test", "teststbody") KSR.textops.remove_hf("Contact") KSR.hdr.append("X-My-Hdr: testhdrappend \

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-09-30 Thread JuanPascual2 via sr-dev
Hello I tested it. The bug is fixed. BR Juan -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3831#issuecomment-2382614828 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] tm: move local-request event route to the right location to access CANCEL (PR #3979)

2024-09-30 Thread JuanPascual2 via sr-dev
Hello I tested it. The bug is fixed. BR Juan -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3979#issuecomment-2382612168 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-09-18 Thread JuanPascual2 via sr-dev
Hello I tested the correction. Now , the tm.cancel function generete “tm:local-request” event. But the pseudo variables correspond to the INVITE equest and not to the CANCEL request. Example: $rm = INVITE Can you reopen the issue? BR Juan -- Reply to this email directly or view it on GitHub: ht

[sr-dev] [kamailio/kamailio] Pseudo-variables are erroneous for tm.cancel function. (Issue #3977)

2024-09-18 Thread JuanPascual2 via sr-dev
Hello Following the correction of issue #383, pseudo-variables are erroneous for tm.cancel function. The pseudo variables in “tm:local-request” correspond to the INVITE equest and not to the CANCEL request. Example: $rm = INVITE BR Juan -- Reply to this email directly or view it on GitHub: h

[sr-dev] Re: [kamailio/kamailio] Pseudo-variables are erroneous for tm.cancel function. (Issue #3977)

2024-09-18 Thread JuanPascual2 via sr-dev
Issue 383 is reopen -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3977#issuecomment-2355563032 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Develo

[sr-dev] Re: [kamailio/kamailio] Pseudo-variables are erroneous for tm.cancel function. (Issue #3977)

2024-09-18 Thread JuanPascual2 via sr-dev
Closed #3977 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3977#event-14290357038 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-04-26 Thread JuanPascual2 via sr-dev
Hello The tm.t_uac_start function generates a “tm:local-request” event. But the tm.cancel function doesn't generete “tm:local-request” event. Is it possible to activate a parameter in the TM or TMX module to generate the event? Thanks Juan -- Reply to this email directly or view it on GitHub