Fix for dv4mini to DR-1X trafic (WIP)

This commit is contained in:
Andy CA6JAU 2018-07-23 00:15:39 -04:00
parent e387736289
commit fbe30c930c
1 changed files with 3 additions and 3 deletions

View File

@ -863,7 +863,7 @@ int CYSF2DMR::run()
if (m_remoteGateway) {
fich.setVoIP(false);
fich.setMR(YSF_MR_NOT_BUSY);
fich.setMR(YSF_MR_DIRECT);
} else {
fich.setVoIP(true);
fich.setMR(YSF_MR_BUSY);
@ -907,7 +907,7 @@ int CYSF2DMR::run()
if (m_remoteGateway) {
fich.setVoIP(false);
fich.setMR(YSF_MR_NOT_BUSY);
fich.setMR(YSF_MR_DIRECT);
} else {
fich.setVoIP(true);
fich.setMR(YSF_MR_BUSY);
@ -972,7 +972,7 @@ int CYSF2DMR::run()
if (m_remoteGateway) {
fich.setVoIP(false);
fich.setMR(YSF_MR_NOT_BUSY);
fich.setMR(YSF_MR_DIRECT);
} else {
fich.setVoIP(true);
fich.setMR(YSF_MR_BUSY);