[sr-dev] [kamailio/kamailio] [FEATURE] mid-call self-redirect call to new nexthop (Issue #3773)

2024-03-03 Thread Jakihiko via sr-dev
These below is sample diagram, where kamailio/rtpengine act as an SBC https://github.com/kamailio/kamailio/assets/143789335/b9540fb3-c1bf-4a78-b1ad-78aaee8ea22a";> * There is an active call carrier, kamailio/rtpngine and Asterisk1 * Asterisk1 went down (power shortage, or network ..) * What I wan

[sr-dev] Re: [kamailio/kamailio] [FEATURE] mid-call self-redirect call to new nexthop (Issue #3773)

2024-03-20 Thread Jakihiko via sr-dev
@miconda any comment on this proposal? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3773#issuecomment-2010580418 You are receiving this because you are subscribed to this thread. Message ID: ___ Kama

[sr-dev] [kamailio/kamailio] jansson_get not work when the key contain dot [.] charater (Issue #3658)

2023-11-27 Thread Jakihiko via sr-dev
Hi, I have sample json data as below: $var(mapjson) = {"1.1.1.1": "cloudflare", "2.2.2.2": "ANY"}; I add this line to kamailio script but it does NOT work, jansson_get("1.1.1.1", "$var(mapjson) ", “$var(domain)“); or jansson_get("1\.1\.1\.1", "$var(mapjson) ", “$var(domain)“); Seem kamailio

[sr-dev] Re: [kamailio/kamailio] jansson_get not work when the key contain dot [.] charater (Issue #3658)

2023-11-30 Thread Jakihiko via sr-dev
Thanks so much for answer. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3658#issuecomment-1833888379 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER)

[sr-dev] [kamailio/kamailio] [Textops] replace_body_all does not apply for SDP which process from RTPEngine (Issue #3661)

2023-12-01 Thread Jakihiko via sr-dev
the function replace_body_all place after rtpengine_offer(), I expect that it will change the SDP however actually It does not. pseudo code like: ``` rtpengine_offer(); replace_body_all("Asterisk", "NipponMedia"); ``` -- Reply to this email directly or view it on GitHub: https://github.com