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


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/703

Commit Summary

File Changes

Patch Links:


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