|
@@ -161,7 +161,10 @@ reply_to_via=no
|
|
#DEBCONF-LISTEN-START
|
|
#DEBCONF-LISTEN-START
|
|
listen=127.0.0.1
|
|
listen=127.0.0.1
|
|
#DEBCONF-LISTEN-END
|
|
#DEBCONF-LISTEN-END
|
|
-listen=224.0.1.75 # sip.mcast.net for REGISTER replication
|
|
|
|
|
|
+# sip.mcast.net for REGISTER replication
|
|
|
|
+#DEBCONF-LISTEN_REPL-START
|
|
|
|
+listen=224.0.1.75
|
|
|
|
+#DEBCONF-LISTEN_REPL-END
|
|
# administrative interface -- needed for example for multicast source
|
|
# administrative interface -- needed for example for multicast source
|
|
# or XML-RPC
|
|
# or XML-RPC
|
|
#DEBCONF-LISTEN_ADMIN-START
|
|
#DEBCONF-LISTEN_ADMIN-START
|
|
@@ -985,6 +988,10 @@ route[REGISTRAR]
|
|
sl_reply("400", "Invalid REGISTER Request");
|
|
sl_reply("400", "Invalid REGISTER Request");
|
|
drop;
|
|
drop;
|
|
}
|
|
}
|
|
|
|
+# do not delete the following 3 lines, they are used by debconf
|
|
|
|
+#DEBCONF-REPLICATION1-START
|
|
|
|
+#
|
|
|
|
+#DEBCONF-REPLICATION1-END
|
|
if (isflagset(FLAG_REPL_ENABLED)) {
|
|
if (isflagset(FLAG_REPL_ENABLED)) {
|
|
if (isflagset(FLAG_NAT)) {
|
|
if (isflagset(FLAG_NAT)) {
|
|
append_hf("Repl-Marker: nated\r\n");
|
|
append_hf("Repl-Marker: nated\r\n");
|
|
@@ -1007,6 +1014,10 @@ route[REGISTRAR]
|
|
attr2uri("$tu.uid","user");
|
|
attr2uri("$tu.uid","user");
|
|
forward_udp(224.0.1.75,5060);
|
|
forward_udp(224.0.1.75,5060);
|
|
}
|
|
}
|
|
|
|
+#DEBCONF-REPLICATION2-START
|
|
|
|
+#
|
|
|
|
+#DEBCONF-REPLICATION2-END
|
|
|
|
+
|
|
drop;
|
|
drop;
|
|
}
|
|
}
|
|
|
|
|