Hi,I understand that kamailio does not allow float-point values in variables and I think kamailio is not a great place to do complex arithemtic operations and so I thought of using app_lua for the same.
So can I pass the control to app_lua and come back to config script with some values? For eg. can I call a lua script that does a complex arithemetic operation on my AVP values and based on certain conditions; return back a true or false and then I continue in my existing script.
Thanks for any help here.