bsc-nat: Add default module parameters

Change-Id: I800ebe0f33cf7c86eea65d2e186c6af12fee6db7
This commit is contained in:
Daniel Willmann 2018-10-25 17:22:24 +02:00 committed by Harald Welte
parent 909523e141
commit d764dd9939
1 changed files with 11 additions and 11 deletions

View File

@ -6,20 +6,20 @@ mtc.FileMask := ERROR | WARNING | PARALLEL | VERDICTOP;
#*.*.udpReuseAddress := "yes";
[MODULE_PARAMETERS]
#mp_bsc_port := 49999;
#mp_bsc_ip := "127.0.0.1";
#mp_msc_port := 5100;
#mp_msc_ip := "127.0.0.1";
#mp_nat_port := 5000;
#mp_nat_ip := "127.0.0.1";
mp_bsc_port := 49999;
mp_bsc_ip := "127.0.0.1";
mp_msc_port := 5100;
mp_msc_ip := "127.0.0.1";
mp_nat_port := 5000;
mp_nat_ip := "127.0.0.1";
#mp_ipa_mgcp_uses_osmo_ext := true;
#mp_mgcp_uses_udp := true;
#mp_callagent_ip := "127.0.0.1";
#mp_callagent_udp_port := 2727;
#mp_mgw_ip := "127.0.0.1";
#mp_mgw_udp_port := 2427;
mp_mgcp_uses_udp := true;
mp_callagent_ip := "127.0.0.1";
mp_callagent_udp_port := 2727;
mp_mgw_ip := "127.0.0.1";
mp_mgw_udp_port := 2427;
[EXECUTE]