Hello, with Cucm 8.6 I can find an answered call in callChangedEvent: CiscoCall mycall = (CiscoCall) eventList[i].getCall(); //get the call//check if both the connections of the call are "CONNECTED"if ((mycall .getConnections()[1].getState() == Con...