Still get rpt_exec: Cannot find specified system node 101. my rpt.conf is as follows: [101] ; Node ID of remote base rxchannel = Zap/25 ; Rx audio/signalling channel txchannel = Zap/26 ; Tx audio/signalling channel functions = functions-remote remote = dumb ; Set remote=y for dumb remote or ; remote=rbi for Doug Hall RBI1 [functions-remote] 0=remote,1 ; Retrieve Memory 1=remote,2 ; Set freq. 2=remote,3 ; Set Rx PL tone. 40=remote,100 ; Rx PL off 41=remote,101 ; Rx PL on 42=remote,102 ; Tx PL off 43=remote,103 ; Tx PL on 44=remote,104 ; Low Pwr 45=remote,105 ; Med Pwr 46=remote,106 ; Hi Pwr 5=remote,5 ; Status [telemetry] ct1=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048) ct2=|t(660,880,150,2048) ct3=|t(440,0,150,2048) ct4=|t(550,0,150,2048) ct5=|t(660,0,150,2048) ct6=|t(880,0,150,2048) ct7=|t(660,440,150,2048) ct8=|t(700,1100,150,2048) remotetx=|t(2000,0,75,2048)(0,0,75,0)(1600,0,75,2048); remotemon=|t(1600,0,75,2048) cmdmode=|t(900,903,200,2048) functcomplete=|t(1000,0,100,2048)(0,0,100,0)(1000,0,100,2048) [morse] speed=20 ; Approximate speed in WPM frequency=800 ; Morse Telemetry Frequency amplitude=4096 ; Morse Telemetry Amplitude idfrequency=330 ; Morse ID Frequency idamplitude=2048 ; Morse ID Amplitude [nodes] ;000 = context_A@1.2.3.4/1234 101 = radio@me.asterisk.net/101 ;of course, you can also specify these with domain names, but why rely ;on DNS working unnecessarily? [memory] ;; this example gives you 146.460, simplex, 100.0 HZ PL, hi-power, transmit PL 00 = 146.460,100.0,sht ;; this example gives you 146.940, minus offset, 100.0 HZ PL, low-power, no PL 01 = 146.940,100.0,-l ; The format for these entries is: Receive-Freq,Receive-PL,Attrbutes ; Attributes: l=low power, m=medium power, h=high power, -=minus offset, ; s=simplex, +=plus offset, t=tx PL enable, r=rx PL enable -----Original Message----- From: app_rpt-bounces@lists.illiana.net [mailto:app_rpt-bounces@lists.illiana.net] On Behalf Of hwstar@rodgers.sdcoxmail.com Sent: Friday, July 21, 2006 1:10 PM To: Asterisk Repeater Controler Subject: Re: [App_rpt] Getting app_rpt base node to work. Shane, 1. Node numbers with leading zeroes are reserved. Try using 101 instead. 2. The node number needs to be defined in 2 places in the rpt.conf file. Once in the repeater section with square brackets e.g. [101] and once in the [NODES] section as an entry to connect to/from: radio@127.0.0.1/101,127.0.0.1 Steve.
From: "Shane Burrell" <shaneb@metrostat.net> Date: 2006/07/21 Fri AM 10:04:30 PDT To: <app_rpt@lists.illiana.net> Subject: [App_rpt] Getting app_rpt base node to work.
I've tried to setup a base node using a kenwood TK-880 and analog radio board. Asterisk reports that rpt_exec: Cannot find specified system node 001. I have 001 defined using the example base node. Is there something
I
am missing. Does app-rpt require more than a reload to get its configuration?
Regards,
Shane