this.clientService.checkConnectionToONT(this.tan).subscribe(
response => {
this.etcdService.waitOntRegistrationEvents(response).subscribe(
registrationEvent => {
if (response.body === OntState.Online)
this.disableDuringCall = false;
});
...