|
|
@@ -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;
|
|
|
}
|
|
|
|