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
@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
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
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)
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