Skip to content

Commit 806381e

Browse files
sample config: update lookup() 'm' flag
1 parent 3b301fd commit 806381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/opensips.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ route{
207207
}
208208

209209
# do lookup with method filtering
210-
if (!lookup("location","m")) {
210+
if (!lookup("location","method-filtering")) {
211211
t_reply(404, "Not Found");
212212
exit;
213213
}

0 commit comments

Comments
 (0)