# Transport has shut down, remove any lingering login info
$self->{account} = undef;
}
+
+ $self->sip_protocol_loop();
+
+ syslog("LOG_INFO", '%s: shutting down', $transport);
}
#
$self->{account}->{id},
$self->{account}->{institution});
- $self->sip_protocol_loop();
-
- syslog("LOG_INFO", "raw_transport: shutting down");
}
sub telnet_transport {
$self->{account} = $account;
syslog("LOG_DEBUG", "telnet_transport: uname/inst: '%s/%s'", $account->{id}, $account->{institution});
- $self->sip_protocol_loop();
- syslog("LOG_INFO", "telnet_transport: shutting down");
}