Date
1 - 8 of 8
Your gatewayDmrId nnnnnnn is NOT in the subscriber f .net ile.
G4WXN@...
The following message is showing in AB.
Could someone tell me what this means, and how to fix it. "Your gatewayDmrId nnnnnnn is NOT in the subscriber f .net ile. Please correct this."
|
|
Please post your AB.ini file.
toggle quoted messageShow quoted text
Steve N4IRS
On 12/1/20 5:21 AM,
G4WXN@... wrote:
|
|
G4WXN@...
Here it is
-------------------------------- ; Analog_Bridge configuration file.
; This file should be placed in either /etc or it can be
; supplied as a path on the Analog_Bridge command line.
; The best way to think of this file is that there are two main sections, the USRP (analog audio) and
; AMBE_AUDIO (compressed audio). Analog_Bridge will take everything sent to the USRP port and
; encode it for transmission on the AMBE_AUDIO port. The encoder will use the format defined in ambeMode.
; As you might expect, the reverse direction is defined too.
; Analog_Bridge supports include files. More on this later...
include = dvsm.macro
include = asl.macro
; General Section describes settings for Analog_Bridge itself.
[GENERAL]
logLevel = 2 ; Show messages and above 0=No logging, 1=Debug, 2=Message, 3=Info, 4=Warning, 5=Error, 6=Fatal
; Metadata management
subscriberFile = /var/lib/dvswitch/subscriber_ids.csv ; DMR ID to callsign lookup data
exportMetadata = true ; Export metadata to USRP partner (transcode setups require this)
transferRootDir = /tmp ; Export database files to USRP partner
; General vocoder setup information
decoderFallBack = false ; Allow software AMBE decoding if a hardware decoder is not found
useEmulator = false ; Use the MD380 AMBE emulator for AMBE72 (DMR/YSFN/NXDN)
emulatorAddress = 127.0.0.1:2470 ; IP address and port of the md380 server
; Information for xx_Bridge (Where xx is MMDVM, Quantar, HB, IPSC)
[AMBE_AUDIO]
address = 127.0.0.1 ; IP address of xx_Bridge
txPort = 42025 ; 31103 Transmit TLV frames to partner on this port
rxPort = 41025 ; 31100 Listen for TLV frames from partner on this port
ambeMode = DMR ; 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 =2352421 ; ID to use when transmitting from Analog_Bridge
repeaterID =235242102 ; ID of source repeater
txTg = 9 ; 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 = 169.254.42.42 ; IP address of USRP partner (Allstar/Asterisk or another Analog_Bridge)
txPort = 46001 ; Transmit USRP frames on this port
rxPort = 46001 ; Listen for USRP frames on this port
usrpAudio = AUDIO_UNITY ; Audio to ASL (AUDIO_UNITY, AUDIO_USE_AGC, AUDIO_USE_GAIN)
usrpGain = 6 ; Gain (in db) of the AGC filter
usrpAgc = -20,10,100 ; Set the agc threshold (db), slope (db) and decay (ms)
tlvAudio = AUDIO_UNITY ; Audio from ASL (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_BPF)
tlvGain = 0.35 ; Gain factor of audio from ASL (0.0-1.0)
[MACROS]
; Where the macros are
; xxxx=yyyy
; xxxx is the dial string to match
; yyyy is the command line to execute
; xxxx must be preceded by a *
; xxxx can be any string (alphanumeric)
; yyyy is the command to execute
; yyyy will replace xxxx in the dial string
; arguments follow the macro name with a # delimiter
; For example using macro "5678" above would look like:
; *5678#9876
; Which would invoke:
; echo 9876
; Information for DV3000 hardware decoder
; There are two configuration modes: IP (AMBEServer) and serial (direct connect hardware)
; Use top server and port if using AMBEServer
; Use bottom server/port and serial = true if using the DV3000u (thumbdv)
; Did you run AMBETest4.py before using this?
[DV3000]
;address = 127.0.0.1 ; IP address of AMBEServer
;rxPort = 2471 ; Port of AMBEServer
address = /dev/ttyUSB0 ; Device of DV3000U on this machine
baud = 460800 ; Baud rate of the dongle (230400 or 460800)
serial = true ; Use serial=true for direct connect or serial=false for AMBEServer
|
|
OK,
toggle quoted messageShow quoted text
The message means that Analog_Bridge can not find your ID in it's database. From the command line as root (sudo -s) do this: /opt/MMDVM_Bridge/dvswitch.sh lookup 2352421 Does it return your ID callsign and name? grep 2352421 /var/lib/dvswitch/subscriber_ids.csv Does it return your ID, callsign, and name? If either one is no /usr/local/sbin/DVSM_Update.sh Restart Analog_Bridge systemctl trestart analog_bridge Check the log for the error. Steve N4IRS
On 12/1/2020 8:37 AM,
G4WXN@... wrote:
|
|
G4WXN@...
Thanks Steve
all seems ok now.
|
|
|
|
G4WXN@...
For reasons I cannot fathom, this error keeps cropping up. Running the update fixes the problem, but then it comes back again.
|
|
G4WXN@...
This problem continues to occur randomly. Just had to run the update again. Any help appreciated.
|
|