when used config with rtpengine and dispatcher is not mater order load. Kamailio always fail load.

loadmodule "db_redis.so"
loadmodule "rtpengine.so"
loadmodule "dispatcher.so"

modparam("db_redis", "keys", "address=entry:id")
modparam("rtpengine", "db_url", "redis://127.0.0.1:6379/1")
modparam("dispatcher", "db_url", "redis://127.0.0.1:6379/1")

listen = udp:eth0:5060


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.