mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-30 11:54:20 +01:00
Handle DTMF disconnect properly.
This commit is contained in:
parent
a6e0e20a64
commit
4aa3237997
|
|
@ -724,7 +724,7 @@ void CYSFGateway::processDTMF(unsigned char* buffer, unsigned char dt)
|
|||
m_ysfNetwork->clearDestination();
|
||||
|
||||
m_current.clear();
|
||||
m_inactivityTimer.stop();
|
||||
m_inactivityTimer.start();
|
||||
m_lostTimer.stop();
|
||||
m_linkType = LINK_NONE;
|
||||
}
|
||||
|
|
@ -735,7 +735,7 @@ void CYSFGateway::processDTMF(unsigned char* buffer, unsigned char dt)
|
|||
m_fcsNetwork->clearDestination();
|
||||
|
||||
m_current.clear();
|
||||
m_inactivityTimer.stop();
|
||||
m_inactivityTimer.start();
|
||||
m_lostTimer.stop();
|
||||
m_linkType = LINK_NONE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue