BBE checked logs and found that AES has sent connection clear event to the client application.
It seems no problem on AES side.
Then BP found that the content of connection clear event is different between AES6.2 and AES7.1
AES6.2-----
releasingDevice
deviceID "",
deviceIDType implicitPublic,
deviceIDStatus idNotKnown
AES7.1-----
releasingDevice
deviceID " T<callid>#2",
deviceIDType explicitPublicUnknown,
deviceIDStatus idProvided
The client application is developed based on AES6.2, but customer is using AES 7.1.
Although the connection clear event has been sent from AES , since the content of connection clear event has been changed after AES 6.3(please refer to below AES 6.3.1 Release Note ), , it can’t be identified by client application. Then issue happened.