updated installation steps for opensips

This commit is contained in:
gezimbll
2024-02-08 08:42:54 -05:00
committed by Dan Christian Bogos
parent 8fe3a74998
commit 1ec7cbccf8
2 changed files with 114 additions and 12 deletions

View File

@@ -199,7 +199,7 @@ route{
}
# do lookup with method filtering
if (!lookup("location","m")) {
if (!lookup("location","method-filtering")) {
t_reply(404, "Not Found");
exit;
}