Hi, I'm making a ysf-p25 bridge, but it hit fallbackID all the time, below are clips from log and my config
MMDVM_Bridge.log
M: 2018-12-14 15:27:35.370 YSF, received network data from BD7MQB to ALL at BD7MQB
I: 2018-12-14 15:27:35.370 YSF, Lookup call BD7MQB returned id 0 -> 1234567
M: 2018-12-14 15:27:35.370 P25, TX state = ON
I: 2018-12-14 15:27:35.370 P25, Begin TX: src=1234567 rpt=0 dst=1 slot=2 cc=0
M: 2018-12-14 15:27:39.589 YSF, received network end of transmission, 4.5 seconds, 0% packet loss, BER: 0.0%
M: 2018-12-14 15:27:39.589 P25, TX state = OFF
DVSwitch.ini
[YSF]
Address = 127.0.0.1 ; Address to send AMBE TLV frames to (export)
TXPort = 35100 ; Port to send AMBE TLV frames to (export)
RXPort = 35103 ; Port to listen on (import)
FallbackID = 1234567 ; In case we can not find a valid DMR id in the database, export this one
ExportTG = 1 ; Which TG to export
Slot = 2 ; Export slot
MMDVM_Bridge.ini
[DMR Id Lookup]
File=/var/lib/mmdvm/DMRIds.dat
Time=24
i can sure that all dmr id are valid and can be found inside DMRIds.dat, any suggestion?
TNX