Browse Source

Z991239-5559 #comment 增加连线时音频切换故障RTA

80274480 1 year ago
parent
commit
56996dccec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Module/mod_sipphone/mod_sipphone.cpp

+ 2 - 0
Module/mod_sipphone/mod_sipphone.cpp

@@ -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 {