Merge branch 'IPv6' into DG-ID
This commit is contained in:
commit
988cf18169
1 changed files with 2 additions and 2 deletions
|
@ -729,7 +729,7 @@ void CYSFGateway::processDTMF(unsigned char* buffer, unsigned char dt)
|
||||||
m_ysfNetwork->clearDestination();
|
m_ysfNetwork->clearDestination();
|
||||||
|
|
||||||
m_current.clear();
|
m_current.clear();
|
||||||
m_inactivityTimer.stop();
|
m_inactivityTimer.start();
|
||||||
m_lostTimer.stop();
|
m_lostTimer.stop();
|
||||||
m_linkType = LINK_NONE;
|
m_linkType = LINK_NONE;
|
||||||
}
|
}
|
||||||
|
@ -740,7 +740,7 @@ void CYSFGateway::processDTMF(unsigned char* buffer, unsigned char dt)
|
||||||
m_fcsNetwork->clearDestination();
|
m_fcsNetwork->clearDestination();
|
||||||
|
|
||||||
m_current.clear();
|
m_current.clear();
|
||||||
m_inactivityTimer.stop();
|
m_inactivityTimer.start();
|
||||||
m_lostTimer.stop();
|
m_lostTimer.stop();
|
||||||
m_linkType = LINK_NONE;
|
m_linkType = LINK_NONE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue