瀏覽代碼

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

80274480 1 年之前
父節點
當前提交
56996dccec
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {