|
|
@@ -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;
|
|
|
}
|