From a8068e184351073456171237fc9e3b844d8cc820 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 30 Mar 2020 12:10:33 -0700 Subject: [PATCH] using CQnetGateway::ProcessG2Msg() --- QnetGateway.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 043611b..c38fe47 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -1076,6 +1076,8 @@ void CQnetGateway::ProcessG2(const ssize_t g2buflen, const SDSVT &g2buf, const i // no matter what, we will send this on if it is the closing frame lastctrl = (0x3FU & g2buf.ctrl); Gate2Modem[i].Write(g2buf.title, 27); + if (source_sock >= 0) + ProcessG2Msg(g2buf.vasd.text, i); } else { if (LOG_DEBUG) fprintf(stderr, "Warning: Ignoring packet because its ctrl=0x%02xU and lastctrl=0x%02xU\n", g2buf.ctrl, lastctrl);