|
@@ -182,7 +182,6 @@ loadmodule "maxfwd.so"
|
|
|
loadmodule "usrloc.so"
|
|
|
loadmodule "registrar.so"
|
|
|
loadmodule "textops.so"
|
|
|
-loadmodule "uri_db.so"
|
|
|
loadmodule "siputils.so"
|
|
|
loadmodule "xlog.so"
|
|
|
loadmodule "sanity.so"
|
|
@@ -251,14 +250,6 @@ modparam("registrar", "method_filtering", 1)
|
|
|
#modparam("registrar", "max_contacts", 10)
|
|
|
|
|
|
|
|
|
-# ----- uri_db params -----
|
|
|
-/* by default we disable the DB support in the module as we do not need it
|
|
|
- in this configuration */
|
|
|
-modparam("uri_db", "use_uri_table", 0)
|
|
|
-modparam("uri_db", "db_url", "")
|
|
|
-modparam("uri_db", "use_domain", MULTIDOMAIN)
|
|
|
-
|
|
|
-
|
|
|
# ----- acc params -----
|
|
|
/* what special events should be accounted ? */
|
|
|
modparam("acc", "early_media", 0)
|