mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Fix remote gateway for DR-1X
This commit is contained in:
@@ -1093,7 +1093,7 @@ void CYSFControl::writeNetwork()
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user