Browse Source

KAZOO-3336: execute nat correction for recieved OPTIONS

3.20
karl anderson 11 years ago
parent
commit
60d0fabeb6
1 changed files with 4 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save