Added detection of missed calls. As part of this I moved some of the connections...
[theonering] / src / debug.py
1 import tp
2
3
4 class Debug(tp.Debug):
5
6         def __init__(self, connManager):
7                 tp.Debug.__init__(self, connManager)