Module: sip-router
Branch: master
Commit: 6e19debdf9b240c71ca90bfd6cadd46f0f57ace8
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e19deb…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Mon Oct 7 10:15:11 2013 +0200
examples/pcscf: Removed dependency to Presence-User-Agent and SQLite.
---
examples/pcscf/kamailio.cfg | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/examples/pcscf/kamailio.cfg b/examples/pcscf/kamailio.cfg
index 948656a..c44d587 100644
--- a/examples/pcscf/kamailio.cfg
+++ b/examples/pcscf/kamailio.cfg
@@ -155,8 +155,6 @@ loadmodule "textops"
loadmodule "textopsx"
loadmodule "maxfwd"
loadmodule "xlog"
-loadmodule "pua"
-loadmodule "db_sqlite"
loadmodule "ims_registrar_pcscf"
loadmodule "sanity"
loadmodule "siputils"
@@ -209,11 +207,6 @@ modparam("mi_fifo", "fifo_mode", 0666)
modparam("mi_fifo", "fifo_user", "kamailio")
modparam("mi_fifo", "fifo_group", "kamailio")
-# ----- pua params -----
-# Database is disabled (for now)
-modparam("pua", "db_mode", 0)
-modparam("pua", "db_url",
"sqlite:///etc/kamailio/kamailio.db")
-
# ----- tm params -----
# auto-discard branches from previous serial forking leg
modparam("tm", "failure_reply_mode", 3)