|
|
@@ -960,7 +960,6 @@ route[REGISTRAR]
|
|
|
}
|
|
|
# Append this server's unique ID to the request
|
|
|
append_hf_value("SER-Server-ID", "%@sys.server_id");
|
|
|
- )
|
|
|
# We are multicasting a successful REGISTER to all proxies
|
|
|
# on the multicast network to replicate the contact
|
|
|
# addresses to all of them. In case they share the same IP
|
|
|
@@ -1245,7 +1244,7 @@ route[SESSION_TIMER]
|
|
|
# We are only interested in session establishment or session
|
|
|
# refreshing.
|
|
|
#
|
|
|
- if (method != "INVITE" && method != "UPDATE")) {
|
|
|
+ if (method != "INVITE" && method != "UPDATE") {
|
|
|
break;
|
|
|
}
|
|
|
|