|
|
@@ -1918,6 +1918,7 @@ void CSIPEntity::SwitchHandFree()
|
|
|
evt.strmessage = CSimpleStringA2W("免提设备故障,请使用话筒办理业务");
|
|
|
SpSendBroadcast(GetFunction(), SP_MSG_OF(UIMessageBox), SP_MSG_SIG_OF(UIMessageBox), evt);
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("SpSendBroadcast SwitchHandFree UIMessageBox.");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA3107")("免提设备故障,请使用话筒办理业务");
|
|
|
m_bMessageBox = false;
|
|
|
}
|
|
|
else {
|
|
|
@@ -1954,6 +1955,7 @@ void CSIPEntity::SwitchPickup()
|
|
|
evt.strmessage = CSimpleStringA2W("话筒设备故障,请使用免提办理业务");
|
|
|
SpSendBroadcast(GetFunction(), SP_MSG_OF(UIMessageBox), SP_MSG_SIG_OF(UIMessageBox), evt);
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("SpSendBroadcast SwitchPickup UIMessageBox.");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA3108")("话筒设备故障,请使用免提办理业务");
|
|
|
m_bMessageBox = false;
|
|
|
}
|
|
|
else {
|