Browse Source

- the example of arming other event routes for INVITE commentted
- excesive logging to L_ERR level
- set the helper mailing list address


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5637 689a6050-402a-0410-94f2-e92a70836424

Daniel-Constantin Mierla 16 years ago
parent
commit
de69aa6e51
1 changed files with 9 additions and 8 deletions
  1. 9 8
      etc/kamailio.cfg

+ 9 - 8
etc/kamailio.cfg

@@ -2,7 +2,8 @@
 # $Id$
 #
 # Kamailion basic configuration script
-#     by Anca Vamanu <[email protected]>
+#
+# Direct your questions about this file to: <[email protected]>
 #
 # Please refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php
 # for a explanation of possible statements, functions and parameters.
@@ -64,6 +65,7 @@ mpath="/usr/local/lib/kamailio/modules/"
 
 /* uncomment next line for MySQL DB support */
 #loadmodule "db_mysql.so"
+loadmodule "mi_fifo.so"
 loadmodule "sl.so"
 loadmodule "tm.so"
 loadmodule "rr.so"
@@ -72,7 +74,6 @@ loadmodule "maxfwd.so"
 loadmodule "usrloc.so"
 loadmodule "registrar.so"
 loadmodule "textops.so"
-loadmodule "mi_fifo.so"
 loadmodule "uri_db.so"
 loadmodule "siputils.so"
 loadmodule "xlog.so"
@@ -351,12 +352,12 @@ route{
 
 
 route[1] {
-	# for INVITEs enable some additional helper routes
-	if (is_method("INVITE")) {
-		t_on_branch("2");
-		t_on_reply("2");
-		t_on_failure("1");
-	}
+	/* example how to enable some additional event routes */
+	##if (is_method("INVITE")) {
+	##	t_on_branch("2");
+	##	t_on_reply("2");
+	##	t_on_failure("1");
+	##}
 
 	if (!t_relay()) {
 		sl_reply_error();