2
0
Эх сурвалжийг харах

updating debconf marks in config file

Pavel Kasparek 17 жил өмнө
parent
commit
4cd43bdd56
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      etc/ser-oob.cfg

+ 8 - 0
etc/ser-oob.cfg

@@ -853,6 +853,10 @@ route[REGISTRAR]
 		sl_reply("400", "Invalid REGISTER Request");
 		drop;
 	}
+#DEBCONF-REPLICATION1-START
+#
+#DEBCONF-REPLICATION1-END
+
 	if (isflagset(FLAG_REPL_ENABLED)) {
 		if (isflagset(FLAG_NAT)) {
 			append_hf("Repl-Marker: nated\r\n");
@@ -877,6 +881,10 @@ route[REGISTRAR]
 		attr2uri("$tu.uid","user");
 		forward_udp(224.0.1.75,5060);
 	}
+#DEBCONF-REPLICATION2-START
+#
+#DEBCONF-REPLICATION2-END
+
 	drop;
 }