This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
KAZOO-3336: execute nat correction for recieved OPTIONS
3.20
karl anderson
11 years ago
parent
f23636bacc
commit
60d0fabeb6
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
kamailio/default.cfg
+ 4
- 0
kamailio/default.cfg
View File
@ -305,6 +305,10 @@ route[HANDLE_OPTIONS]
route(FILTER_REQUEST_DOMAIN);
#!endif
#!ifdef NAT-TRAVERSAL-ROLE
route(NAT_TEST_AND_CORRECT);
#!endif
sl_send_reply("200", "Rawr!!");
}
exit;
Write
Preview
Loading…
Cancel
Save