Module: sip-router Branch: pd/outbound Commit: 68e07faf94e6aa8664f3d7116026d136062136b1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68e07faf...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Fri Dec 21 23:38:28 2012 +0000
modules_k/outbound: Removed nat_test from here
- Will just use the one from nathelper when required.
---
modules_k/outbound/ob_mod.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules_k/outbound/ob_mod.c b/modules_k/outbound/ob_mod.c index 78045b9..fbbee03 100644 --- a/modules_k/outbound/ob_mod.c +++ b/modules_k/outbound/ob_mod.c @@ -29,8 +29,6 @@ #include "../../lib/kcore/kstats_wrapper.h" #include "../../lib/kmi/mi.h"
-#include "../nathelper/nat_uac_test.h" - #include "api.h"
MODULE_VERSION @@ -42,9 +40,6 @@ static str ob_key = {0, 0};
static cmd_export_t cmds[]= { - { "ob_nat_uac_test", (cmd_function) nat_uac_test_f, - 1, fixup_uint_null, 0, - REQUEST_ROUTE|ONREPLY_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE }, { "bind_ob", (cmd_function) bind_ob, 1, 0, 0, 0 },