[arm-allstar] 1750Hz tone burst

Patrick Perdue borrisinabox at gmail.com
Thu Aug 20 05:41:19 EDT 2020


I don't live in an area where tone burst is used, but as I understand 
it, that should only be used to wake up the repeater after it has been 
idle for a while, not for every transmission.

So, maybe something with the rptinactimer in combination with the ptt 
event such that it only happens when the node has had no traffic for a 
while, and only once until the timer is tripped again. Set the timer for 
whatever value is used by the repeater before it goes to sleep after 
being activated by a tone burst.

Have the rptinactimer call a macro that runs a bash script which does 
something like:

#!/bin/bash
txtone=1
You can probably just do this directly from the cmd line on the macro 
and not bother with an external script, now that I think about it.

Then call a script on ptt that plays the 1750hz tone to the repeater (I 
assume this would be local only) and only if txtone=1, then immediately 
sets txtone to 0 so it doesn't trip again until the timer goes off. You 
may need to use holdofftelem=1 and a short value for telemwait in 
rpt.conf for best results there, with duplex set to something other than 0.

Or, you could, instead, do

touch /tmp/txtone

from the timer, and look for the presence of that file in the ptt event 
script, deleting it after playing the 1750hz tone.

Just a thought, no idea if it would actually work in practice.


On 8/20/2020 1:42 AM, "Rick Dykstra via ARM-allstar" wrote:

> Just guessing here. EchoLink should generate a PTT  coming from Allstar.
> You can define an event to play a sound file containing the 1750 tone every
> time Allstar creates the PTT signal.
> Rick
>
> On Tue, Aug 18, 2020 at 5:57 AM "David McGough via ARM-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
>>
>> Hi,
>>
>>
>>
>> As far as I know, no version of AllStar currently implements a 1750hz
>>
>> toneburst capability on transmit.  However, what type of simplex radio do
>>
>> you have attached to AllStar??  Many/most simplex radios intended for the
>>
>> European market include a toneburst capability already built-in.  So, you
>>
>> could (hopefully) enable this feature on your transmitter and overcome
>>
>> this access issue.
>>
>>
>>
>> 73, David KB4FXC
>>
>>
>>
>>
>>
>>
>>
>> On Tue, 18 Aug 2020, "lee kasen via ARM-allstar" wrote:
>>
>>
>>
>>> Good day  KI7HUB  Lee in Germany,    im having a pronlem getting the
>>> allstar / asterisk sxstem to open our club repeater,  DB0ZP in Germany,
>>> this is an old unit that does not have pl tones,  i have tryed the rpt
>> (see
>>
>>> attached),   but it does not let operators using echolink open (wake up)
>>> the repeater,  is there a script / command or crone tab,  where do  i put
>>> it to make this work.    Thank you for your time and underdtanding with
>>> this small problem..   And Dave AH6OD for sending me here.
>>> KI7HUB / DO7HUB
>>> LEE KASEN
>>> FRANKFURTER STR 25
>>> 31582 NIENBURG GERMANY
>>> NODE 48652, 486511
>>>                           Attached to
>>>   DB0ZP via                                    Echolink
>>>                    DO7HUB-R
>>> HAM HOT LINE 50005
>>> _______________________________________________
>>> 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