Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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...