DTMF enabled!

pull/3/head
Tom Early 8 years ago
parent b69e877e3d
commit ef2939b522

@ -2,7 +2,7 @@
DTMF is available with the QnetGateway Software. You can do things like linking
and unlinking from you radio's keyboard, if present. For example, typing
"#75703" would link you to XRF757 C.
"B75703" should link you to XRF757 C.
DTMF is not enabled by default. To enable it, first create a DTMF script called
"qndtmf" in the build directory. A complete, functional script is included

@ -87,4 +87,10 @@ your start. On a Raspberry Pi, you can do all of this with the configureation me
Being able to detach from a screen session is very useful, especially if you are
operating "headless"!
17) Build and start other MMDVMHost services...
17) DTMF is _not_ enabled by default if you want it, you need to do two things:
First, create a working DTMF script: cp qndtmf.sh qndtmf
Then, install the DTMF service: sudo make installdtmf
You should be good to go, The DTMF command "00" should announce the linked
status of you module. See DTMF+REMOTE.README for more information.
18) Build and start other MMDVMHost services...

@ -7,11 +7,11 @@
# The files have a name like x_mod_DTMF_NOTIFY, where x is one of A B or C, the local module
# The contents of these files can be as follows:
# Example: # will unlink local module
# Example: # will unlink local module, " U"
# Example: B75703 will link local module to XRF757 C
# Example: D00617 will link local module to DCS006 Q
# Example: *00103 will link local module to REF001 C
# Example: 0 or 00 will report status of the link
# Example: 0 or 00 will report status of the link, " I"
# We set this to spaces, it will be set later
LUSER=" "
@ -127,7 +127,7 @@ do
fi
rm -f $i
done
sleep 3
sleep 2
done
exit 0

@ -1,5 +1,5 @@
// version strings must be 55 characters or less!
#define IRCDDB_VERSION "linux-qngateway-6.0.1"
#define IRCDDB_VERSION "linux-qngateway-6.1.0"
#define LINK_VERSION "5.1.2"
#define DVAP_VERSION "linux-qndvap-5.1.1"
#define DVRPTR_VERSION "linux-qndvrptr-5.1.0"

Loading…
Cancel
Save

Powered by TurnKey Linux.