diff --git a/DTMF+REMOTE.README b/DTMF+REMOTE.README index 24c9a7a..3b27b49 100644 --- a/DTMF+REMOTE.README +++ b/DTMF+REMOTE.README @@ -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 @@ -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 how qnremote works. - ######## QnetRemote ######### + ######## QnetRemote ######### 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: diff --git a/MMDVM.README b/MMDVM.README index f9718c2..cf434a1 100644 --- a/MMDVM.README +++ b/MMDVM.README @@ -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... diff --git a/qndtmf.sh b/qndtmf.sh index 3200d4e..129ddfe 100755 --- a/qndtmf.sh +++ b/qndtmf.sh @@ -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 diff --git a/versions.h b/versions.h index e0fb391..9f9f84d 100644 --- a/versions.h +++ b/versions.h @@ -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"