Dear All,I am facing an issue.I want to check whether some device/address is in talking state or not.I am using "if(((CallControlTerminalConnection)terminalConnection).getCallControlState() == CiscoTerminalConnection.TALKING )"for my purpose.But I am...