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 thinks it is a path not a single key?

Thanks


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3658@github.com>