[arm-allstar] Fwd: How do I remove local node number from connect announcement
Dave Petrie
wa2kjc at gmail.com
Wed May 11 16:43:39 EDT 2022
been well over an hour and my reply hasn't made it to the forum so I am
sending it again.
---------- Forwarded message ---------
From: Dave Petrie <wa2kjc at gmail.com>
Date: Wed, May 11, 2022 at 3:32 PM
Subject: Re: [arm-allstar] How do I remove local node number from connect
announcement
To: Lu Vencl <ka4eps at gmail.com>
Cc: ARM Allstar <arm-allstar at hamvoip.org>
make changes in
etc/asterisk/rpt.conf
; Courtesy tone mapping
unlinkedct=ct21
linkunkeyct=ct20
; Misc. settings
;phonelinkdefault=1
connpgm=/usr/local/sbin/connpgm.sh ; Program or script to run at connection
discpgm=/usr/local/sbin/discpgm.sh ; Program or script to run at
disconnection
nounkeyct=0
; Disable courtest tones (=1)
holdofftelem=1
; Do not make announcements over user voice
telemdefault=0
; 0= voice telemetry off, 1= on,
; 2= Only your telemetry actions
; then mutes in 1 minute
telemenabled=255 ;needed for V1.7.0-1 upgrade for pseudo to work
now down in [telemetry]
[telemetry]
ct20=|m L
ct21=|m D
remotetx=|m K
remotemon=|m M
;now go to /usr/local/sbin
edit connpgm.sh and you may have to chmod +x connpgm.sh when finished,
change 501521 to your node.
#!/bin/bash
# play a tone on connect
asterisk -rx "rpt cmd 501521 cop 48
\!440/50,\!0/50,\!654/50,\!0/50,\!880/50"
now do the same for discpgm.sh
#!/bin/bash
# play a tone on disconnect
asterisk -rx "rpt cmd 501521 cop 48
\!880/50,\!0/50,\!654/50,\!0/50,\!440/50"
reboot, that's it, let me know how you make out
Dave
WA2KJC
On Wed, May 11, 2022 at 2:47 PM Lu Vencl <ka4eps at gmail.com> wrote:
> Interesting. Can you share the script? I missed it.
>
> > On May 11, 2022, at 7:35 AM, Dave Petrie via ARM-allstar <
> arm-allstar at hamvoip.org> wrote:
> >
> > I like the ascending tone for someone connecting and descending tone
> for a
> > disconnect from my node, with telemetry turned off, if I am curious I can
> > dtmf *70 for a voice announcement or I can log into supermon and have a
> > look. Thank You Patrick Perdue for those tones setup, I been using them
> > ever since you shared the script. I also added ct= for a cw K when
> > repeater unkeys locally, cw L for when a linked node unkeys, cw M when I
> > have a node connected in Monitor mode, cw D when no nodes are connected,
> cw
> > is a nice change from melodies.
> > Just adding my 2 cents.
> > Dave
> >
> >
> >> On Wed, May 11, 2022 at 5:13 AM "Patrick Perdue via ARM-allstar" <
> >> arm-allstar at hamvoip.org> wrote:
> >>
> >> Yep, but it would still say "connected to <whatever>" and
> >> "disconnected." So, different, but not quite a fix.
> >>
> >>
> >>> On 5/11/2022 4:12 AM, "Lu Vencl via ARM-allstar" wrote:
> >>> One work around would be to record a 10ms silent audio file and plant
> it
> >> into the nodenames directory. That would stop Allison from speaking your
> >> node number and just play the nothing file in place.
> >>> Lu
> >>> KA4EPS
> >>>
> >>>> On May 11, 2022, at 12:31 AM, David McGough via ARM-allstar <
> >> arm-allstar at hamvoip.org> wrote:
> >>>>
> >>>>
> >>>> Hi Austin,
> >>>>
> >>>> No easy way to make this change currently, the connection related
> >>>> telemetry is hard-coded.
> >>>>
> >>>>
> >>>> 73, David K4FXC
> >>>>
> >>>>
> >>>>
> >>>>> On Tue, 10 May 2022, "austin grubbs via ARM-allstar" wrote:
> >>>>>
> >>>>> Hello,
> >>>>> Is there a way to prevent local node number from being announced
> >> during the
> >>>>> connect announcement
> >>>>> As in change it from: "Node number [incoming node number] connected
> to
> >> node
> >>>>> number [LOCAL NODE NUMBER]" and make it just say "Node [incoming node
> >>>>> number] connected"
> >>>>>
> >>>>> AC4AG
> >>>>> _______________________________________________
> >>>>>
> >>>>> ARM-allstar mailing list
> >>>>> ARM-allstar at hamvoip.org
> >>>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >>>>>
> >>>>> Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
> >>>>>
> >>>> _______________________________________________
> >>>>
> >>>> ARM-allstar mailing list
> >>>> ARM-allstar at hamvoip.org
> >>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >>>>
> >>>> Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
> >>> _______________________________________________
> >>>
> >>> ARM-allstar mailing list
> >>> ARM-allstar at hamvoip.org
> >>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >>>
> >>> Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
> >> _______________________________________________
> >>
> >> ARM-allstar mailing list
> >> ARM-allstar at hamvoip.org
> >> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >>
> >> Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
> > _______________________________________________
> >
> > ARM-allstar mailing list
> > ARM-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3/4 web page - http://hamvoip.org
>
More information about the ARM-allstar
mailing list