Keyboard Shortcuts
Likes
Search
allstar commands
yes they are listed in your rpt.conf file? * 81 and * a5 have to be activated and set up as a lot has changed in ASL3. On Tue, Mar 11, 2025 at 5:21?PM Daniel Curry K6DLC via <dod1450=[email protected]> wrote: ? ?I have noticed that some of the ASL 1.0 allstar commands do not work with allstar 3.0.? Like *81 and *a5. Is there a list that reflects ASL 3.0 function. |
he was running Hamvoip *81 was the time *A5 was say registrations. On Wed, Mar 12, 2025 at 8:20?AM Mark [GD5MUP] via <forums=[email protected]> wrote:
|
My radio doesn't have an ABCD row so I added a macro to emulate *A5 or whatever letter you need. under the MACROS area you can say 1 = *A5 so when you press *51 it emulates *A5. I also have some B commands for halt and reboot. The commands are a little different if you use a WYSE 3040 instead of a PI, I definitely prefer the PI version of ASL3. |
Good morning, I just wanted to mention that most radios do not have ABCD rows listed but the other buttons other than the numbers may be used in lieu of the ABCD functions. You would have to check the manual or trial and error. On Thu, Mar 13, 2025 at 8:08?AM Bob KK6RQ via <nuhtrue=[email protected]> wrote:
|
Those were never ASL commands. You must be referring to HamVoIP.
toggle quoted message
Show quoted text
On 3/11/2025 10:51 AM, Daniel Curry K6DLC via groups.io wrote:
I have noticed that some of the ASL 1.0 allstar commands do not work with allstar 3.0. Like *81 and *a5. Is there a list that reflects ASL 3.0 function. |
What radio do you have? most all DMR radios have ABCD on them you just do not know they are there to you press them when transmitting. On Wed, Mar 12, 2025 at 4:05?PM Bernie Capron via <bcapron=[email protected]> wrote:
|
¿ªÔÆÌåÓýMy AT878. Dos not have extra buttons?On Mar 13, 2025, at 1:49?PM, Brad N8PC via groups.io <bradn8pc@...> wrote:
|
Any line starting with a ; is commented out.
toggle quoted message
Show quoted text
All commands start with a * ;;;;;; Mandatory Command Codes ;;;;; 1 = ilink,1 ; Disconnect specified link 2 = ilink,2 ; Connect specified link -- monitor only 3 = ilink,3 ; Connect specified link -- tranceive 4 = ilink,4 ; Enter command mode on specified link 70 = ilink,5 ; System status 99 = cop,6 ; PTT (phone mode only) ;;;;; Macro Commands ;;;;; 5 = macro ;;;;; Autopatch Commands ;;;;; ; Note, This may be a good place for other 2 digit frequently used commands ;61 = autopatchup,noct = 1,farenddisconnect = 1,dialtime = 20000 ; Autopatch up ;62 = autopatchdn ; Autopatch down ; autopatchup can optionally take comma delimited setting=value pairs: ; context = string ; Override default context with "string" ; dialtime = ms ; Specify the max number of milliseconds between phone number digits (1000 milliseconds = 1 second) ; farenddisconnect = 1 ; Automatically disconnect when called party hangs up ; noct = 1 ; Don't send repeater courtesy tone during autopatch calls ; quiet = 1 ; Don't send dial tone, or connect messages. Do not send patch down message when called party hangs up ; Example: 123=autopatchup,dialtime=20000,noct=1,farenddisconnect=1 ;;;;; Status Commands ;;;;; ; 1 - Force ID (global) ; 2 - Give Time of Day (global) ; 3 - Give software Version (global) ; 4 - Give GPS location info ; 5 - Last (dtmf) user ; 11 - Force ID (local only) ; 12 - Give Time of Day (local only) 721 = status,1 ; Force ID (global) 722 = status,2 ; Give Time of Day (global) 723 = status,3 ; Give software Version (global) 724 = status,4 ; Give GPS location info 725 = status,5 ; Last (dtmf) user 711 = status,11 ; Force ID (local only) 712 = status,12 ; Give Time of Day (local only) ;;;;; Link Commands ;;;;; ; 1 - Disconnect specified link ; 2 - Connect specified link -- monitor only ; 3 - Connect specified link -- tranceive ; 4 - Enter command mode on specified link ; 5 - System status ; 6 - Disconnect all links ; 7 - Last Node to Key Up ; 8 - Connect specified link -- local monitor only ; 9 - Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc. ; 10 - Disconnect all RANGER links (except permalinks) ; 11 - Disconnect a previously permanently connected link ; 12 - Permanently connect specified link -- monitor only ; 13 - Permanently connect specified link -- tranceive ; 15 - Full system status (all nodes) ; 16 - Reconnect links disconnected with "disconnect all links" ; 17 - MDC test (for diag purposes) ; 18 - Permanently Connect specified link -- local monitor only ;;;;; ilink commands ;;;;; ; commands 1 through 5 are defined in the Mandatory Command section ; 806 = ilink,6 ; Disconnect all links ; 807 = ilink,7 ; Last Node to Key Up ; 808 = ilink,8 ; Connect specified link -- local monitor only ; 809 = ilink,9,1999,"Testing" ; would send a text message to node 1999 replace 1999 with 0 for all connected nodes ; 810 = ilink,10 ; Disconnect all RANGER links (except permalinks) 811 = ilink,11 ; Disconnect a previously permanently connected link 812 = ilink,12 ; Permanently connect specified link -- monitor only 813 = ilink,13 ; Permanently connect specified link -- tranceive ; 815 = ilink,15 ; Full system status (all nodes) ; 816 = ilink,16 ; Reconnect links disconnected with "disconnect all links" ; 817 = ilink,17 ; MDC test (for diag purposes) ; 818 = ilink,18 ; Permanently Connect specified link -- local monitor only ;;;;; Control operator (cop) functions. ;;;;; ;Change these to something other than these codes listed below! 901 = cmd,/usr/local/sbin/reboot.sh ;901 = cop,1 ; System warm boot ;902 = cop,2 ; System enable ;903 = cop,3 ; System disable ;904 = cop,4 ; Test tone on/off (toggle) ;905 = cop,5 ; Dump system variables on console (debug use only) ;907 = cop,7 ; Time out timer enable ;908 = cop,8 ; Time out timer disable ;909 = cop,9 ; Autopatch enable ;910 = cop,10 ; Autopatch disable ;911 = cop,11 ; User linking functions enable ;912 = cop,12 ; User linking functions disable ;913 = cop,13 ; Query system control state ;914 = cop,14 ; Set system control state ;915 = cop,15 ; Scheduler enable ;916 = cop,16 ; Scheduler disable ;917 = cop,17 ; User functions enable (time, id, etc) ;918 = cop,18 ; User functions disable ;919 = cop,19 ; Select alternate hang time (althangtime) ;920 = cop,20 ; Select standard hangtime (hangtime) ;921 = cop,21 ; Enable Parrot Mode ;922 = cop,22 ; Disable Parrot Mode ;923 = cop,23 ; Birdbath (Current Parrot Cleanup/Flush) ;924 = cop,24 ; Flush all telemetry ;925 = cop,25 ; Query last node un-keyed ;926 = cop,26 ; Query all nodes keyed/unkeyed ;930 = cop,30 ; Recall Memory Setting in Attached Xcvr ;931 = cop,31 ; Channel Selector for Parallel Programmed Xcvr ;932 = cop,32 ; Touchtone pad test: command + Digit string + # to playback all digits pressed ;933 = cop,33 ; Local Telemetry Output Enable ;934 = cop,34 ; Local Telemetry Output Disable ;935 = cop,35 ; Local Telemetry Output on Demand ;936 = cop,36 ; Foreign Link Local Output Path Enable ;937 = cop,37 ; Foreign Link Local Output Path Disable ;938 = cop,38 ; Foreign Link Local Output Path Follows Local Telemetry ;939 = cop,39 ; Foreign Link Local Output Path on Demand ;942 = cop,42 ; Echolink announce node # only ;943 = cop,43 ; Echolink announce node Callsign only ;944 = cop,44 ; Echolink announce node # & Callsign ;945 = cop,45 ; Link Activity timer enable ;945 = cop,46 ; Link Activity timer disable ;947 = cop,47 ; Reset "Link Config Changed" Flag ;948 = cop,48 ; Send Page Tone (Tone specs separated by parenthesis) ; 949 = cop,49 ; Disable incoming connections (control state noice) ; 950 = cop,50 ; Enable incoming connections (control state noicd) ; 951 = cop,51 ; Enable sleep mode ; 952 = cop,52 ; Disable sleep mode ; 953 = cop,53 ; Wake up from sleep ; 954 = cop,54 ; Go to sleep ; 955 = cop,55 ; Parrot Once if parrot mode is disabled ; 956 = cop,56 ; Rx CTCSS Enable ; 957 = cop,57 ; Rx CTCSS Disable ; 958 = cop.58 ; Tx CTCSS On Input only Enable ; 959 = cop,59 ; Tx CTCSS On Input only Disable ; 960 = cop,60 ; Send MDC-1200 Burst (cop,60,type,UnitID[,DestID,SubCode]) ; Type is 'I' for PttID, 'E' for Emergency, and 'C' for Call ; (SelCall or Alert), or 'SX' for STS (ststus), where X is 0-F. ; DestID and subcode are only specified for the 'C' type message. ; UnitID is the local systems UnitID. DestID is the MDC1200 ID of ; the radio being called, and the subcodes are as follows: ; Subcode '8205' is Voice Selective Call for Spectra ('Call') ; Subcode '8015' is Voice Selective Call for Maxtrac ('SC') or ; Astro-Saber('Call') ; Subcode '810D' is Call Alert (like Maxtrac 'CA') ; 961 = cop,61 ; Send Message to USB to control GPIO pins (cop,61,GPIO1=0[,GPIO4=1].....) ; 962 = cop,62 ; Send Message to USB to control GPIO pins, quietly (cop,62,GPIO1=0[,GPIO4=1].....) ; 963 = cop,63 ; Send pre-configred APRSTT notification (cop,63,CALL[,OVERLAYCHR]) ; 964 = cop,64 ; Send pre-configred APRSTT notification, quietly (cop,64,CALL[,OVERLAYCHR]) ; 965 = cop,65 ; Send POCSAG page (equipped channel types only) -Michael -----Original Message-----
From: [email protected] <[email protected]> On Behalf Of Daniel Curry K6DLC via groups.io Sent: Tuesday, March 11, 2025 09:52 To: [email protected] Subject: [SHARI] allstar commands I have noticed that some of the ASL 1.0 allstar commands do not work with allstar 3.0. Like *81 and *a5. Is there a list that reflects ASL 3.0 function. Thanks |
The AT878 has a green button, a red button, P1 and P2. Have you tried using those?buttons to see if the are the ABCD tones? On Thu, Mar 13, 2025, 15:02 Richard Lenker KB3YRC via <KB3YRC=[email protected]> wrote:
|
Mark West thevidiot@... On Thu, Mar 13, 2025, 12:02?PM Richard Lenker KB3YRC via <KB3YRC=[email protected]> wrote:
|
¿ªÔÆÌåÓýThank you????? I didn¡¯t know that ???I will look ? Richard ? From: [email protected] <[email protected]> On Behalf Of Derek Velez KK4QGD via groups.io
Sent: Thursday, March 13, 2025 3:07 PM To: [email protected] Subject: Re: [SHARI] allstar commands ? The AT878 has a green button, a red button, P1 and P2. Have you tried using those?buttons to see if the are the ABCD tones? ? On Thu, Mar 13, 2025, 15:02 Richard Lenker KB3YRC via <KB3YRC=[email protected]> wrote:
|
yes your 878 DOES have them. you just do not see them.? green confirm the red delete key and F1 and F2 are your ABCD keys On Thu, Mar 13, 2025 at 3:02?PM Richard Lenker KB3YRC via <KB3YRC=[email protected]> wrote:
|
Yes it does; the Anytone 878-- P1/P2/Up/Down are A-D (not necessarily in that order).
?
And in answer to the guy who thought radios w/12 key keypads were unusual, that's how it is outside the world of specifically "amateur" radios. Commercial radios historically had no need for DTMF other than to make phone calls over the system; ie. what we'd call autopatch. I got sick of radios that would shatter if I accidentally dropped them so I switched to Motorola and EFJ's and Kenwoods about 35 years ago. Ditto with commercial mobiles about the same time because I got sick of receivers that would get wiped out by POCSAG paging sound whenever I'd pass a transmitter site (in this case, 850 Bryant in SF in the 1990s).
?
And FYI, the Anytone is my exception to the rule. |
The P1 and the P2 buttons on the Anytone 878 are in fact A and B.? I am not sure about C and D.? I have never had to use them for my node. On Thu, Mar 13, 2025, 15:48 Derek Velez KK4QGD via <KK4QGD=[email protected]> wrote:
|
The up and down arrows are "C" and "D", but if your DTMF sequence starts with either, it will not be sent, instead the programmed action of the up and down arrows will be done instead.
?
if the "C" or "D" tones are not the first in the sequence, all is fine. This is well-documented on the web.
?
Ken, N2VIP |
¿ªÔÆÌåÓýI wish I understood, ?looked in the manual nothing. ?Nothing in software.?I am glad I don¡¯t need them at this time.Richard? On Mar 15, 2025, at 3:26?PM, Charles Casson via groups.io <kq4ezn@...> wrote:
|