瀏覽代碼

Z991239-5848 #comment 完善连线过程中异常断开数据

80274480 11 月之前
父節點
當前提交
fa6711fde7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Module/mod_counterconnector/ConnectorFSM.cpp

+ 4 - 0
Module/mod_counterconnector/ConnectorFSM.cpp

@@ -1469,12 +1469,14 @@ unsigned int ACMCallFSM::s3_on_event(FSMEvent* event)
 		if (ReConnectionAssistchan()) {
 			m_bConAssist = true;
 		}
+		DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR0402304C4").setResultCode("RTA3461")("handfree mode disconnect the video connection for assist channel entity error");
 	}
 	else if (event->iEvt == USER_EVT_SIPPHONE_IDEL)
 	{
 		if (ReConnectionSipphone()) {
 			m_bConSipphone = true;
 		}
+		DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR0402304C4").setResultCode("RTA3462")("handfree mode disconnect the video connection for sipphone entity error");
 	}
 	return 0;
 }
@@ -1515,12 +1517,14 @@ unsigned int ACMCallFSM::s4_on_event(FSMEvent* event)
 		if (ReConnectionAssistchan()) {
 			m_bConAssist = true;
 		}
+		DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR0402304C4").setResultCode("RTA3463")("pickup mode disconnect the video connection for assist channel entity error");
 	}
 	else if (event->iEvt == USER_EVT_SIPPHONE_IDEL)
 	{
 		if (ReConnectionSipphone()) {
 			m_bConSipphone = true;
 		}
+		DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR0402304C4").setResultCode("RTA3464")("pickup mode disconnect the video connection for sipphone entity error");
 	}
 	return 0;
 }