b2bua icon indicating copy to clipboard operation
b2bua copied to clipboard

SipTransactionManager fix acces dict by index (python3)

Open dronord opened this issue 2 years ago • 0 comments

Or rewrite self.fixed for speed:

self.fixed = None
self.fixed = self.initServer()
...
def getServer():
    if self.fixed:
        return self.fixed

dronord avatar Oct 13 '22 18:10 dronord