I have setup my node close to what you posted on the website, but I am having an issue...
[tlb0]
call=K6JWN-R ; Call of the app_rpt station
port=44966 ; Start of UDP port range (this port, port + 1)
astnode=2142 ; app_rpt node associated with this instance (for incoming connections)
context=radio-secure ; Asterisk context for incoming connections
codec=ULAW ; Default CODEC to be used
rpt.conf
[nodes]
; Note, if you are using automatic update for allstar link nodes,
; no allstar link nodes should be defined here. Only place a definition
; for your locak nodes, and private (off of allstar link) nodes here.
2142 = radio@127.0.0.1/2142,NONE ; This must be changed to your node number
1001 = K6JWN-R,192.168.5.3,44966
When I attempt to connect from my tlb node using:
tlb> .connect -r -p 44966 -u 192.168.5.2
Connecting to "192.168.5.2".
I am seeing this on the asterisk side of things:
[Nov 22 16:15:21] ERROR[11233] chan_tlb.c: Cannot find node entry for K6JWN-R IP addr 192.168.5.3 port 44966
any ideas as to what I missed?
Jim, K6JWN
On Nov 20, 2010, at 3:08 PM, Jim Duuuude wrote: