[OpenSER-Devel] [ openser-Bugs-1755386 ] "pua_usrloc" module impossible to use

SourceForge.net noreply at sourceforge.net
Tue Jul 17 12:03:06 CEST 2007


Bugs item #1755386, was opened at 2007-07-17 11:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1755386&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.2.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: "pua_usrloc" module impossible to use

Initial Comment:
I'm trying to configure "pua_usrloc" module but I ALWAYS get the following error:

  set_mod_param_regex: parameter <db_url> not found in module <pua_usrloc>

Of course I don't try to set the "db_url" parameter for "pua_usrloc" (I know there isn't that parameter).

In fact my conf about it is:

------------------------------
loadmodule "pua.so"
loadmodule "pua_usrloc.so"

modparam("pua", "db_url", "mysql://openser:openserrw@localhost/openser")
------------------------------

As you see I just set the "db_url" parameter for "pua" module in which is a mandatory parameter, but not for "pua_usrloc" module.

Could it be a bug? I just can sure that I'm not including any line as:

  modparam("pua_usrloc", "db_url", "mysql://openser:openserrw@localhost/openser")


If you need more data please ask me for that. Regards.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1755386&group_id=139143



More information about the Devel mailing list