From f96296488f65e72ef7d4915336857cd40f6c7e53 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 10 Feb 2011 20:44:46 +0100 Subject: MAP MASQ: Introduce dynamic ISDN-Address patching inside MAP This gets rid of the old '-define()' style compile-time configuration. --- src/mgw_nat_usr.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mgw_nat_usr.erl') diff --git a/src/mgw_nat_usr.erl b/src/mgw_nat_usr.erl index f738f7e..f102958 100644 --- a/src/mgw_nat_usr.erl +++ b/src/mgw_nat_usr.erl @@ -41,6 +41,7 @@ sccp_masq_reset() -> init(Params) -> sccp_masq:init(), + map_masq:config_update(), apply(sctp_handler, init, Params). handle_cast(stop, LoopData) -> -- cgit v1.2.3