Ambiguous was possible in params for multiple modules in one config line.
For example
loadmodule "presence_dialoginfo.so"
modparam("presence|dialplan", "db_url", "mysql://DBUSER:DBPASSWORD@localhost/DBNAME")
produced error
parameter <db_url> of type <1> not found in module <presence_dialoginfo>
because of ["presence_dialoginfo" =~ /^presence|dialplan$/] => True
https://github.com/kamailio/kamailio/pull/703
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.