From e7762d673afce80eda3c28bc0c5bf7fe8a25be46 Mon Sep 17 00:00:00 2001 From: "Jorge (George)" Date: Fri, 6 Nov 2020 10:59:48 +0000 Subject: [PATCH] Update DMRGateway.ini For normal repeater operation using some rigs dynamic rewrite is not usefull, not all have Promiscous mode. Reflectors are disabled (allmost) on Brandmeister Network. --- DMRGateway.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DMRGateway.ini b/DMRGateway.ini index a4a9cbf..e19faa4 100644 --- a/DMRGateway.ini +++ b/DMRGateway.ini @@ -69,6 +69,10 @@ SrcRewrite=1,9990,1,9990,1 SrcRewrite=2,4000,2,9,1001 # Dynamic rewriting of slot 2 TGs 90-999999 to TG9 to emulate reflector behaviour TGDynRewrite=2,90,4000,5000,9,999910,9990 +# For normal repeater operation disable TGDyn coment out the above line +# After that remove the coments below +# PassAllTG=1 +# PassAllTG=2 # Pass all of the other private traffic on slot 1 and slot 2 PassAllPC=1 PassAllPC=2