|
@@ -1,8 +1,12 @@
|
|
|
#
|
|
|
# $Id$
|
|
|
#
|
|
|
-# iptel.org real world configuration
|
|
|
-#
|
|
|
+# example script showing both types of forking;
|
|
|
+# incoming message is foked in parallel to
|
|
|
+# 'nobody' and 'parallel', if no positive reply
|
|
|
+# appears with final_response timer, nonsense
|
|
|
+# is retried (serial forking); than, destination
|
|
|
+# 'foo' is given last chance
|
|
|
|
|
|
# ----------- global configuration parameters ------------------------
|
|
|
|
|
@@ -24,15 +28,9 @@ listen=195.37.77.100
|
|
|
loadmodule "../sip_router/modules/sl/sl.so"
|
|
|
loadmodule "../sip_router/modules/print/print.so"
|
|
|
#loadmodule "../sip_router/modules/tm/tm.so"
|
|
|
-loadmodule "../sip_router/modules/usrloc/usrloc.so"
|
|
|
|
|
|
# ----------------- setting module-specific parameters ---------------
|
|
|
|
|
|
-# -- usrloc params --
|
|
|
-
|
|
|
-modparam("usrloc", "use_database", 0)
|
|
|
-modparam("usrloc", "flush_interval", 3600)
|
|
|
-
|
|
|
# -- tm params --
|
|
|
modparam("tm", "fr_timer", 10 )
|
|
|
modparam("tm", "fr_inv_timer", 5 )
|