g4klx / YSFClients

System Fusion network servers; a gateway and a parrot.
GNU General Public License v2.0
83 stars 95 forks source link

Reconnect after DTMF disconnect not working #218

Closed OE5PON closed 4 years ago

OE5PON commented 4 years ago

void CYSFGateway::processDTMF(unsigned char* buffer, unsigned char dt) { ... case WXS_DISCONNECT: if (m_linkType == LINK_YSF) { m_inactivityTimer.stop(); // change to start if (m_linkType == LINK_FCS) { m_inactivityTimer.stop(); //change to start }

g4klx commented 4 years ago

Fixed. Thanks for spotting it.