b2bua
b2bua copied to clipboard
SipTransactionManager fix acces dict by index (python3)
Or rewrite self.fixed for speed:
self.fixed = None
self.fixed = self.initServer()
...
def getServer():
if self.fixed:
return self.fixed