ASL3 DTMF Map..?

Is there a list posted of existing/updated DTMF commands for ASL3? I had thought my levels were screwed up because some commands were working and others weren’t; turns out it was just the laziness of expecting hamvoip commands to work in ASL3. Specifically, trying to figure out what the ‘Permanent’ modifier for connect/disconnect is (obviously not 7…). I’ve tried to do my due diligence to search for it but all I found appeared to be for V2 and earlier.

[functions]

; Prefix	Functions
; *1		Disconnect Link
; *2		Monitor Link
; *3		Connect Link
; *4		Command Mode
; *5		Macros
; *6		User Functions
; *7		Connection Status/Functions
; *8		User Functions
; *9		User Functions
; *0		User Functions

; *A		User Functions
; *B		User Functions
; *C		User Functions
; *D		User Functions

The commands are just as you present/assign them in your rpt.conf file.
If you are looking for default values, it seems you only need to look in that file.
But know that default-wise, many are commented out for whatever good reason has been made to do so.

Be very careful if you change them, as it is easy to generate conflicts.
Over the years, I have found it is always in your own best interest to keep them numerically ordered to prevent conflicts from slipping past you.

For mine is based on a heavily altered default from the ACID version with many new I manufactured and the software defaults keep changing and I hate making mistakes executing via radio. But I can remember them if I don’t change them with every version.
But to each their own on their needs. I run repeaters via radio so DTMF is critical.

I suggest working with the present defaults in the file so any Q&A is understood.

Yeah, there are no “defaults” really. The built in rpt.conf is just an example. You have to actually read it, understand it, and modify it for your purposes.

I’m glad they don’t ship it out with a ton of default functions enabled. It forces people to actually look at the configuration. It would also be way too easy for bad actors to drive around looking for repeaters/nodes and punching in the “known defaults”.

Got it, tnx. This’ll force me to finally sit down to learn that configuration syntax I never bothered with previously (ilink, etc.).

Actually Mason, there are some default values to some settings.
I have never been able to get a handle on them since asl3.
Beforehand, were were told what they were in the comment area of the file.

Obviously, things like linking functions are enabled and ctcss is disabled.
user functions (cop,17/18) ?
More than you think about when you sit back and look at it.
You just have to go through the list and enable (uncomment) and set them so you know they are what you want them to be.

None of the functions are mysterious. They are all documented in the [functions] stanza in the default /etc/asterisk/rpt.conf file. The source is here - https://github.com/AllStarLink/app_rpt/blob/master/configs/rpt/rpt.conf.

Nobody said they were mysterious. I already stated that in my first post.

And that does not tell us what is turned on or off default wise. Not the command assignment, but the setting . For instance are user commands enabled by default ?
Is autopatch enabled by default ? etc Obviously, linking functions are enabled by default. Incoming connections are enabled by default.

Mysterious ? it is not stated and would be nice to know.
Better if it were printed in the comment area of the file for the function.

These must be un-commented in your file to function.

; 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

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.