Extra close commando om timeouts te simuleren
This commit is contained in:
@@ -88,6 +88,8 @@ class sipProtocol(socketserver.BaseRequestHandler):
|
||||
self.meting()
|
||||
elif self.match("LO"):
|
||||
self.send("!")
|
||||
elif self.match("CLOSE"):
|
||||
self.request.close()
|
||||
else:
|
||||
self.send("? ERROR")
|
||||
self.read()
|
||||
|
Reference in New Issue
Block a user