1
0
Fork 0

Merge pull request #129 from AndyTaylorTweet/patch-2

Update YSFGateway.cpp
ycs232-kbc
Jonathan Naylor 6 years ago committed by GitHub
commit 7fc0fc7db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -268,7 +268,7 @@ int CYSFGateway::run()
unsigned char ft = fich.getFT();
CYSFReflector* reflector = m_wiresX->getReflector();
if ( (wiresXCommandPassthrough) && (reflector->reflector->m_wiresX) ) {
if ( (wiresXCommandPassthrough) && (reflector->m_wiresX) ) {
// Allow WiresX to Pass Through
processDTMF(buffer, dt);
processWiresX(buffer, fi, dt, fn, ft, true);

Loading…
Cancel
Save