Bläddra i källkod

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

80274480 11 månader sedan
förälder
incheckning
fa6711fde7
1 ändrade filer med 4 tillägg och 0 borttagningar
  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;
 }