1,MMDVM_Bridge.ini EDIT-DSTAR cd /opt/MMDVM_Bridge-DSTAR nano MMDVM_Bridge.ini [General] Callsign=JF2ANH Id=4402028 Timeout=180 Duplex=0 [Info] RXFrequency=438770000 TXFrequency=438770000 Power=1 Latitude=41.7333 Longitude=-50.3999 Height=0 Location=Iceberg, North Atlantic Description=MMDVM_Bridge URL=https://groups.io/g/DVSwitch [Log] # Logging levels, 0=No logging, 1=Debug, 2=Message, 3=Info, 4=Warning, 5=Error, 6=Fatal DisplayLevel=2 FileLevel=0 FilePath=/var/log/mmdvm FileRoot=MMDVM_Bridge [DMR Id Lookup] File=/var/lib/mmdvm/DMRIds.dat Time=24 [NXDN Id Lookup] File=/var/lib/mmdvm/NXDN.csv Time=24 [Modem] Port=/dev/null RSSIMappingFile=RSSI.dat Trace=0 Debug=0 [D-Star] Enable=1 Module=A #chang ircDDBGateway module [DMR] Enable=0 ColorCode=1 EmbeddedLCOnly=1 DumpTAData=0 [System Fusion] Enable=0 [P25] Enable=0 NAC=293 [NXDN] Enable=0 RAN=1 Id=12345 [D-Star Network] Enable=1 GatewayAddress=127.0.0.1 #chang ircDDBGateway Address GatewayPort=20010 LocalPort=20011 Debug=0 [DMR Network] Enable=0 Address=hblink.dvswitch.org Port=62031 Jitter=360 Local=62032 Password=passw0rd Slot1=0 Slot2=1 Debug=0 [System Fusion Network] Enable=0 LocalAddress=127.0.0.1 LocalPort=0 GatewayAddress=192.168.1.45 GatewayPort=42000 Debug=0 [P25 Network] Enable=0 GatewayAddress=127.0.0.1 GatewayPort=42020 LocalPort=32010 Debug=0 [NXDN Network] Enable=0 #LocalAddress=127.0.0.1 Debug=0 LocalPort=14021 GatewayAddress=127.0.0.1 GatewayPort=14020 2,DVSwitch EDIT-DSTAR nano DVSwitch.ini ; Configure the D-Star Partner ; Audio format is AMBE 48 bit (DSAMBE) [DSTAR] Address = 127.0.0.1 ; Address to send AMBE TLV frames to (export) TXPort = 32100 ; Port to send AMBE TLV frames to (export) RXPort = 32103 ; Port to listen on (import) FallbackID = 4402028 ; In case we can not find a valid DMR id in the database, export this one ExportTG = 1972 ; Which TG to export Slot = 2 ; Export slot ; Export slot 3,Analog_Bridge.ini EDIT-DSTAR cd /opt/Analog_Bridge-DSTAR nano Analog_Bridge.ini ; Information for xx_Bridge (Where xx is MMDVM, Quantar, HB, IPSC) [AMBE_AUDIO] address = 127.0.0.1 ; IP address of xx_Bridge txPort = 32103 ; Transmit TLV frames to partner on this port rxPort = 32100 ; Listen for TLV frames from partner on this port ambeMode = DSTAR ; DMR, DMR_IPSC, DSTAR, NXDN, P25, YSFN, YSFW (encode PCM to this format) minTxTimeMS = 2500 ; Minimum time in MS for hang delay (0-10000) ; The metadata below is used when ASL is the source since it does not have any concept of digital modes gatewayDmrId = 4402028 ; ID to use when transmitting from Analog_Bridge repeaterID = 440202801 ; ID of source repeater txTg = 1972 ; TG to use for all frames sent from Analog_Bridge -> xx_Bridge txTs = 2 ; Slot to use for frames sent from Analog_Bridge -> xx_Bridge colorCode = 1 ; Color Code to assign DMR frames ; Information for USRP channel driver. This interface uses PCM to transfer audio information ; There are two typical configurations, ASL and Transcode. ASL (AllstarLink) is for analog clients connected ; to a digital network. Transcode is when Analog_Bridge actually points its PCM interfaces back at itself, ; causing a TLV <-- (pcm <--> pcm) --> TLV type of architecture. ; When using ASL, this matches the rpt.conf ASL file with a setting like: ; rxchannel = usrp/127.0.0.1:34001:32001 ; When Transcoding, make two ini files and set txPort equal to the other instance rxPort (crossover). Launch ; each instance with its own ini file. [USRP] address = 127.0.0.1 ; IP address of USRP partner (Allstar/Asterisk or another Analog_Bridge) txPort = 32001 ; Transmit USRP frames on this port rxPort = 34001 ; Listen for USRP frames on this port aslAudio = AUDIO_USE_GAIN ; Audio to ASL (AUDIO_UNITY, AUDIO_USE_AGC, AUDIO_USE_GAIN) agcGain = 1.0 dmrAudio = AUDIO_USE_GAIN dmrGain = 1.0 [MACROS] [DV3000] address = 127.0.0.1 ; IP address of AMBEServer rxPort = 2460 ; Port of AMBEServer ; address = /dev/ttyUSB0 ; Device of DV3000U on this machine ; baud = 460800 ; Baud rate of the dongle (230400 or 460800) ; serial = false ; Use serial=true for direct connect or serial=false for AMBEServer ------------------------------------ END -------------------------------- 4,Start UP cd /opt/MMDVM_Bridge-DSTAR ./MMDVM_Bridge MMDVM_Bridge.ini cd /opt/Analog_Bridge-DSTAR ./Analog_Bridge Analog_Bridge.ini