Description

Suppose that there is an variable define in kamailio-basic-kemi.cfg with:

#!define MYVAR 1.2.3.4

Then in the kamailio-basic-kemi-lua.lua

Possible Solutions

Is there any alternative solution like set global via app_lua parameter, example:

modparam("app_lua", "load", "/usr/local/etc/kamailio/lua/myscript.lua")
modparam("app_lua", "varset", "pstngw=s:sip:10.10.10.10")


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.