[App_rpt-users] rpt.conf
Geoff
ars.w5omr at gmail.com
Tue Jan 21 14:31:29 UTC 2014
First off, thanks for all the help in getting a 2nd node running on the
system. It's been a learning experience and actually... a lot of help
came from the drupal site. Thanks, Tim for doing that. I still fumble
around, but finding things is getting *somewhat* easier.
Interesting bug I found, though, in rpt.conf... and I'm sure this is in
a .c module, somewhere (morse.c?) but alas, I'm no programmer...
If I define a stanza in 29655 for Morse with the line
morse=morse29655
then app_rpt, using /etc/asterisk/rpt.conf *should* go to that stanza
and read:
[morse29655]
speed=20 ; Approximate speed in WPM
frequency=500 ; Morse Telemetry Frequency
amplitude=2048 ; Morse Telemetry Amplitude
idfrequency=1000 ; Morse ID Frequency
idamplitude=2048 ; Morse ID Amplitude
All is fine and dandy, and when I key the repeater, I get exactly
*that*. Cool.
Here's where it gets *buggy*...
Using the same rpt.conf, as I define the morse stanza for node 29657 the
same way I do in 29655, with the line
morse=morse29657
app_rpt *should* pick that up and do
[morse29657]
speed=20 ; Approximate speed in WPM
frequency=1000 ; Morse Telemetry Frequency
amplitude=2048 ; Morse Telemetry Amplitude
idfrequency=500 ; Morse ID Frequency
idamplitude=2048 ; Morse ID Amplitude
... but, that's not what happens.
If I key the repeater first, then I get what is defined in morse29655.
Problem is, it doesn't change for 29657. Meaning, whatever id/telem
frequencies were defined, are used subsequently, depending on which
stanza is used first.
If I key the simplex (29657) node -first-, the same thing happens, only
both machine use the morse29657 stanza.
As a possible solution, I redefined the stanza with
morse=29655morse29655 and, of course, renamed the stanza to reflect. No
typos... they've been checked and checked and re-checked.
Thoughts?
-Geoff/W5OMR
More information about the App_rpt-users
mailing list