########################################################################################################################################## # # Description of Rules: # # **** TGRewrite: # # TGRewrite allows you to translate one talk group ID to another, and to alter the time slot. # TGRewrite can also be used to route a talk group and slot combination to a particular network. # 'from' applies to DMR frames entering the Gateway via MMDVMHost (RF), and 'to' is where they are routed on the network side (Net). # The rules apply to DMR frames traversing the gateway in both directions. # # TGRewrite=fromSlot-RF,fromTG-RF,toSlot-Network,toTG-Network,range # # **** PCRewrite: # # This is almost identical to the TGRewrite except it only operates on private calls. # PCRewrite can be used to add a prefix on a private call to a reflector to 'steer' them to a particular network. # The prefix will then be removed before being routed to the DMR network. The rules apply to DMR frames traversing the gateway in both directions. # This rule only works on DMR frames passing from the RF side to the network. # Typically used to remap reflector control calls to a different local range to avoid clashes, and for permitting GPS position reports and private calls to a particular network. # # PCRewrite=fromSlot-RF,fromID-RF,toSlot-Network,toID-Network,range # # **** SrcRewrite: # # SrcRewrite will rewrite the source/from Talk Group ID to another ID. # # SrcRewrite=fromSlot-Network,fromID-Network,toSlot-RF,toTG-RF,range # # **** TypeRewrite: # # TypeRewrite maps a group call to a private call. This rule only works on DMR frames passing from the RF side to the network side. # # TypeRewrite=fromSlot-RF,fromID-RF,toSlot-Network,toID-Network # # **** PassAllTG: # # Passes all talk groups without specific matching rules, and can only be used on a single DMR network. The rules apply to DMR frames traversing the gateway in both directions. # # PassAllTG=Slot # # **** PassAllPC: # # Passes all private calls without specific rules, and can only be used on a single DMR network. The rules apply to DMR frames traversing the gateway in both directions. # # PassAllPC=Slot # ############################################################################################################################################ [General] Timeout=60 # RFTimeout=10 # NetTimeout=7 RptAddress=127.0.0.1 RptPort=62032 LocalAddress=127.0.0.1 LocalPort=62031 RuleTrace=0 Daemon=0 Debug=0 [Log] # Logging levels, 0=No logging DisplayLevel=1 FileLevel=0 FilePath=/var/log FileRoot=DMRGateway [Voice] Enabled=1 Language=de_DE Directory=/opt/DMRGateway/Audio [Info] Enabled=1 RXFrequency=430000000 TXFrequency=438000000 Power=1 Latitude=49.0000 Longitude=9.0000 Height=8 Location=Standort oder Stadt Description=Repeater with DMRGateway URL=www.a23-wertheim.de [XLX Network] Enabled=1 File=/opt/DMRGateway/XLXHosts.txt Port=62030 Password=passw0rd ReloadTime=30 # Local=3351 Slot=1 TG=6 Base=64000 Startup=015 Relink=30 Debug=0 #Allow user linking control using Private Calls UserControl=1 #Override default module for startup reflector #Module=A # BrandMeister [DMR Network 1] Enabled=1 Name=BM Address=master1.bm262.de Port=62031 Password=passw0rd # Local=3352 # Local cluster # Durchreichen aller TG's im TS1 und TS2 vom Repeater zum BrandMeister-Netz PassAllTG=1 PassAllTG=2 # Durchreichen aller PrivateCalls und Service-Nummern im TS1 und TS2 vom Repeater zum BrandMeister-Netz PassAllPC=1 PassAllPC=2 # Mappen des Echo TS1 TG9990 vom Repeater als TS1 PrivateCall 9990 im BrandMeister-Netz TypeRewrite=1,9990,1,9990 SrcRewrite=1,9990,1,9990,1 # Durchreichen der PC 4000-5000 Antwort von TS2 BrandMeister-Netz auf TS2 TG9 des Repeaters SrcRewrite=2,4000,2,9,1001 PCRewrite=2,4000,2,4000,1001 #Durchreichen der TS2 Talkgroup TG9 und TG8 vom Repeater zu TS2 im BrandMeister-Netz TGRewrite=2,8,2,8,1 TGRewrite=2,9,2,9,1 Location=1 Debug=0 # IPSC2 (DMR+) [DMR Network 2] Enabled=1 Name=IPSC2 ## Nur fuer Repeater mit 6-stelliger DMR-ID (oeffentliche Repeater) Address=ipsc2-dl-rptr.xreflector.net ## Nur fuer Repeater mit 7-stelliger DMR-ID (private Repeater) # Address=ipsc2-dl-hotspot.xreflector.net Port=55555 Password=PASSWORD # Durchreichen der ReflektorTG TS1 TG9 vom Repeater auf TS2 TG9 im DMRplus-Netz TGRewrite=1,9,2,9,1 # Durchreichen des ECHO TS2 TG9990 vom Repeater auf TS2 TG9990 im DMRplus-Netz TGRewrite=2,9990,2,9990,1 # Durchreichen der TS1 PrivatCalls 4000-5000 vom Repeater auf TS2 im DMRplus-Netz PCRewrite=1,4000,2,4000,1001 # Durchreichen der GPS-PC's 5050 - 5059 im TS1 und TS2 # (Achtung, dies kann Problematisch sein bei der Netzdurchschaltung) PCRewrite=1,5050,1,5050,10 PCRewrite=2,5050,2,5050,10 # Durchreichen der GPS-PC's 9050 - 9059 im TS1 und TS2 # (Achtung, dies kann Problematisch sein bei der Netzdurchschaltung) PCRewrite=1,9050,1,9050,10 PCRewrite=2,9050,2,9050,10 # Durchreichen der DAPNET-Message-TG 5066 im TS1 und TS2 TGRewrite=1,5066,1,5066,1 TGRewrite=2,5066,2,5066,1 # Durchreichen der DAPNET-Message-TG 9066 im TS1 und TS2 TGRewrite=1,9066,1,9066,1 TGRewrite=2,9066,2,9066,1 # Mappen aller Talkgroups im TS2 mit 1-3 Stellen vom Repeater zu TS1 DMRplus-Netz TGRewrite=2,1,1,1,999 # Options=StartRef=4010;RelinkTime=30;UserLink=;TS1_1=20;TS1_2=0;TS1_3=0;TS1_4=0;TS1_5=0; Location=1 Debug=0