def __init__(self, verbosity=5): self.udp_ts = UDPTransceiver() self.iax_proto = IAXProto() self.log = Logger(verbosity).log self.liveUsers = []