gateway not found audio prompt

lastudp
Tom Early 7 years ago
parent 87ab07c097
commit 5fbda881cc

@ -236,6 +236,7 @@ prompts used by QnetGateway and QnetLink:
connected2network.dat
notincache.dat
gatewaynotfound.dat
already_linked.dat
already_unlinked.dat
failed_link.dat
@ -255,7 +256,7 @@ are NOT anyone's voice.
The only file most hams will need to change is id.dat. When the gateway
is not linked and the RF user sets YRCALL=_______I to request the
status of the link, the file id.dat will be played back over RF. But
you should create your own id.dat file that should identify your own
you can create your own id.dat file that should identify your own
repeater with extra information if you like.
For example, you could create your own dat audio file that contains

@ -928,6 +928,8 @@ void CQnetLink::g2link(char from_mod, char *call, char to_mod)
auto gwy_pos = gwy_list.find(call);
if (gwy_pos == gwy_list.end()) {
sprintf(notify_msg, "%c_gatewaynotfound.dat_GATEWAY_NOT_FOUND", from_mod);
audio_notify(notify_msg);
printf("%s not found in gwy list\n", call);
return;
}

Binary file not shown.

@ -1,6 +1,6 @@
// version strings must be 55 characters or less!
#define IRCDDB_VERSION "QnetGateway-7.4.4"
#define LINK_VERSION "QnetLink-6.2.0"
#define LINK_VERSION "QnetLink-6.2.1"
#define DVAP_VERSION "QnetDVAP-5.1.2"
#define RELAY_VERSION "QnetRelay-0.2.3"
#define ITAP_VERSION "QnetITAP-0.2.1"

Loading…
Cancel
Save

Powered by TurnKey Linux.