|
@@ -110,7 +110,7 @@ loadmodule "cdp.so"
|
|
|
loadmodule "cdp_avp.so"
|
|
|
loadmodule "xlog.so"
|
|
|
|
|
|
-loadmodule "icscf.so"
|
|
|
+loadmodule "ims_icscf.so"
|
|
|
|
|
|
#!ifdef CAPTURE_NODE
|
|
|
loadmodule "siptrace.so"
|
|
@@ -145,19 +145,19 @@ modparam("cdp","config_file","/etc/kamailio/icscf.xml")
|
|
|
# ----- icscf params -----
|
|
|
# Comment the following line to enable realm routing
|
|
|
#!ifdef CXDX_FORCED_PEER
|
|
|
-modparam("icscf", "cxdx_forced_peer", CXDX_FORCED_PEER)
|
|
|
+modparam("ims_icscf", "cxdx_forced_peer", CXDX_FORCED_PEER)
|
|
|
#!endif
|
|
|
-modparam("icscf","cxdx_dest_realm", NETWORKNAME)
|
|
|
+modparam("ims_icscf","cxdx_dest_realm", NETWORKNAME)
|
|
|
# DB-URL, where information about S-CSCF-Server can be found:
|
|
|
-modparam("icscf","db_url", DB_URL)
|
|
|
-modparam("icscf","cxdx_dest_realm", NETWORKNAME)
|
|
|
+modparam("ims_icscf","db_url", DB_URL)
|
|
|
+modparam("ims_icscf","cxdx_dest_realm", NETWORKNAME)
|
|
|
#!ifdef PEERING
|
|
|
# Route which is executed, in case HSS returned "User-Unknown" on LIR request
|
|
|
-modparam("icscf","route_lir_user_unknown", "lir_term_user_unknown")
|
|
|
+modparam("ims_icscf","route_lir_user_unknown", "lir_term_user_unknown")
|
|
|
#!endif
|
|
|
#!ifdef FALLBACK_AUTH
|
|
|
# Route which is executed, in case HSS returned "User-Unknown" on UAR request
|
|
|
-modparam("icscf","route_uar_user_unknown", "uar_term_user_unknown")
|
|
|
+modparam("ims_icscf","route_uar_user_unknown", "uar_term_user_unknown")
|
|
|
#!endif
|
|
|
|
|
|
#!ifdef WITH_TLS
|