Conf options

This commit is contained in:
Simon
2016-09-19 12:54:41 +01:00
parent 0fa117969e
commit ec1692608d
2 changed files with 8 additions and 1 deletions

View File

@@ -523,6 +523,11 @@ bool CConf::read()
m_TGRewriteSlot1 = ::atoi(value) == 1;
else if (::strcmp(key, "TGRewriteSlot2") == 0)
m_TGRewriteSlot2 = ::atoi(value) == 1;
else if (::strcmp(key, "BMAutoRewrite") == 0)
m_BMAutoRewrite = ::atoi(value) == 1;
else if (::strcmp(key, "DirectDial") == 0)
m_BMAutoRewrite = ::atoi(value) == 1;
}
}

View File

@@ -77,9 +77,11 @@ TXHang=4
TGRewriteSlot1=0
TGReWriteSlot2=0
BMAutoRewrite=0
RewriteReflectorVoicePrompts=0
BMRewriteReflectorVoicePrompts=0
DirectDial=0
TargetTG=9
#RewriteMapSlot1=
#RewritemapSlot2=
[System Fusion]
Enable=1