4 May
2013
4 May
'13
12:24 p.m.
You can set up the dtmf commands in rpt .conf like this: 882=cop,58 ; talk through tone 883=cop,59 ; normal ctcss Then define a macro that calls *882 as above. [macros] 300 = *882 ; go to tone talk through mode Set up a startup macro in the node stanza to execute the talk through ctcss when Asterisk restarts. startup_macro=*5300 ; enable talk through tone This assumes your macro prefix is defined as 5. And yes it does work every time Asterisk is started. Jon VA3RQ On 5/3/2013 9:06 PM, pete M wrote: > Bingo! Thanks Scott! > > > Envoyé de mon iPad > > Le 3 May 2013 à 21:01, "Scott Weis"<kb2ear@kb2ear.net> a écrit : > >> Yes there is put: >> >> itxctcss=1 >> >> in the node stanza. >> >> -----Original Message----- >> From: app_rpt-users-bounces@ohnosec.org >> [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Pierre Martel >> Sent: Friday, May 03, 2013 8:26 PM >> To: Matt Roberts >> Cc: APP RPT >> Subject: Re: [App_rpt-users] control of the tx tone >> >> Thanks matt, >> >> This would work, but is there a way to make it permanent? >> >> like in rpt.conf or such? >> >> >> -----Message d'origine----- >> From: Matt Roberts >> Sent: Friday, May 03, 2013 7:56 PM >> To: Pierre Martel >> Cc: APP RPT >> Subject: Re: [App_rpt-users] control of the tx tone >> >> >> On May 3, 2013, at 7:35 PM, Pierre Martel<petem001@hotmail.com> wrote: >> >>> All is working ok, but I have a few friend that use my repeater with some >>> cross band repeater radio. And they have difficulty cutting in cause they >>> have to wait after the tail and ct. before there cross band repeat radio >>> give them the chance to tx back at the repeater. >>> >>> On my old rc-210 we were able to stop encoding the ctcss tone while the >>> courtesy tone and tail of the repeater..So they were runnign ther xband >>> radio on tone squelch on rx and the tx on there side was fast and sharp. >>> >>> Is there a way to do the same with app_rpt? >>> Yes! Take a look at cop commands 58 and 59. >> * 58 - Tx CTCSS On Input only Enable >> * 59 - Tx CTCSS On Input only Disable >> >> I have those commands defined so I can turn on and off using DTMF. >> >> >> Matt Roberts >> n9gmr@me.com >> Call Sign N9GMR >> Allstar 28142 >> EchoLink 640860 >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users@ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> > _______________________________________________ > App_rpt-users mailing list > App_rpt-users@ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users