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 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 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 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 "qndtmf" in the build directory. A complete, functional script is included
@ -18,7 +18,7 @@ Be sure to look at the script. It contains examples of all the DTMF commands it
supports. You can add more if you are good at shell programming and understand supports. You can add more if you are good at shell programming and understand
how qnremote works. how qnremote works.
######## QnetRemote ######### ######## QnetRemote #########
QnetRemote is a program used to send any arbitrary YourCall to your QnetGateway QnetRemote is a program used to send any arbitrary YourCall to your QnetGateway
system. It is install automatically when you install any of the supported modems: system. It is install automatically when you install any of the supported modems:

@ -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 Being able to detach from a screen session is very useful, especially if you are
operating "headless"! 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 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: # 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: B75703 will link local module to XRF757 C
# Example: D00617 will link local module to DCS006 Q # Example: D00617 will link local module to DCS006 Q
# Example: *00103 will link local module to REF001 C # 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 # We set this to spaces, it will be set later
LUSER=" " LUSER=" "
@ -127,7 +127,7 @@ do
fi fi
rm -f $i rm -f $i
done done
sleep 3 sleep 2
done done
exit 0 exit 0

@ -1,5 +1,5 @@
// version strings must be 55 characters or less! // 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 LINK_VERSION "5.1.2"
#define DVAP_VERSION "linux-qndvap-5.1.1" #define DVAP_VERSION "linux-qndvap-5.1.1"
#define DVRPTR_VERSION "linux-qndvrptr-5.1.0" #define DVRPTR_VERSION "linux-qndvrptr-5.1.0"

Loading…
Cancel
Save

Powered by TurnKey Linux.