For some skilled engineer, they wish to analyze the logs directly.
so this time let me share some experience with the MCU logs analysis.
1. we can use [Message ID] to filter the main message, so we can clearly see the procedure.
2. for MCU registeration, we can use below logs to check whether MCU regsiter or not.
[Message ID]:CALL_CONF_MCU_REG [From]:CONF [To]:H323CALL
[MSG] ulCallBoardID:1, ucIsReg:1, IsCallBoardExcep:0
here is an example of success register:
[Message ID]:CONF_CALL_MCU_REG_RESULT [From]:H323CALL [To]:CONF [Msglenth]:428
[MSG] isSip:0, regType:1, result:0, encryptRegist:0, failReason:success, slotId:2,netPortId:1, aliasNum:0, reeasonTxt:.
here is an example of failure register:
[Message ID]:CONF_CALL_MCU_REG_RESULT [From]:SIPCALL [To]:CONF [Msglenth]:428
[MSG] isSip:1, regType:1, result:1, encryptRegist:0, failReason:[RRQ Time Out], slotId:2,netPortId:1, aliasNum:0, reeasonTxt:.
wish you can understand it, if issues you can come to me.