Hello,
thanks for spotting it! You can make yourself an account on the wiki and add there. If not convenient for you, open a bug report to not forget about and someone else will pick it up from there.
Cheers,
Daniel
Hello,
i saw a transformation on PUA_JSON module about json.parse transformation. i think it is missing on cookbook transformation.
Kind regards
...
event_route[xhttp:request] {
$var(call-id) = $(rb{json.parse,Call-ID});
if ($(rb{json.parse,Event-Package}) == "dialog") {
xlog("L_INFO", "$var(call-id)|log|received $(rb{json.parse,Event
-Package}) update for $(rb{json.parse,From})");
pua_json_publish($rb);
}
}
...
Main author: Daniel-Constantin Mierla <miconda (at) gmail.com> Transformation is basically a function that is applied to a pseudo-variable (PV) to get a property of it. The value of PV is not affected at all. Transformations are implemented by various modules, most of them being in pv module.. The transformations are intended to facilitate access to different attributes of PV (like strlen of ...
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 6-8, 2019 -- www.kamailioworld.com Kamailio Advanced Training - Mar 4-6, 2019 in Berlin; Mar 25-27, 2019, in Washington, DC, USA -- www.asipto.com