; DMRGateway configuration file. ; This file should be placed in either /etc or it can be ; supplied as a path on the DMRGateway command line. ; General Section describes settings for DMRGateway itself. ; For RPI, don't forget to modprobe snd_pcm_oss to get the devices populated [GENERAL] ; Audio devices are normally not needed when in gateway service. These devices should ; only be set when local monitor or dongle modes are required. outputAudioDevice = /dev/null ; Audio device /dev/null, /dev/dsp1, portaudio, etc inputAudioDevice = /dev/null ; Only used for dongle mode decoderFallBack = false ; Use software AMBE decoder ; Below values are for using this as a local DMR dongle (no ASL needed) useMicrophone = false ; Use app as just a fancy dongle for DMR useVox = false ; If using dongle mode (useMicrophone), enable vox voxDecay = 2 ; Hang time in seconds voxTrigger = 200 ; Value to trip ptt (0-32767) ; Information for ambe_audio.py [AMBE_AUDIO] server = 127.0.0.1 ; IP address of DMRLink ambe_audio.py fromDMRPort = 31000 ; AMBE frames from DMRLink (should match "toGatewayPort" in ambe_audio.cfg) toDMRPort = 31003 ; AMBE frames to DMRLink (should match "fromGatewayPort" in ambe_audio.cfg) ; Information for USRP channel driver ; This matches the rpt.conf ASL file with a setting like: ; rxchannel = usrp/127.0.0.1:34001:32001 [USRP] server = 192.168.168.10 ; IP address of Allstar/Asterisk toASLPort = 32001 ; PCM from ASL fromASLPort = 34001 ; PCM to ASL aslAudio = AUDIO_USE_AGC ; Audio to ASL (AUDIO_UNITY, AUDIO_USE_AGC, AUDIO_USE_GAIN) agcGain = -20 ; Gain (in db) of the AGC filter dmrAudio = AUDIO_USE_BPF ; Audio from ASL (AUDIO_UNITY, AUDIO_GAIN, AUDIO_BPF) dmrGain = 0.35 ; Gain factor of audio from ASL (0.0-1.0) ;Information for DV3000 hardware decoder ; Use top server and port if using AMBEServer ; Use bottom server/port and serial = true if using the DV3000u (thumbdv) [DV3000] ;server = 127.0.0.1 ; IP address of AMBEServer ;port = 2460 ; Port of AMBEServer server = /dev/ttyUSB0 ; Device of DV3000U on this machine port = 460800 ; Baud rate of the dongle serial = true ; Use serial (DV3000U) or IP