Exemplo n.º 1
0
 def consoleLog(self, *args): return _freeswitch.CoreSession_consoleLog(self, *args)
 def consoleLog2(self, *args): return _freeswitch.CoreSession_consoleLog2(self, *args)
Exemplo n.º 2
0
 def consoleLog(self, level_str, msg):
     return _freeswitch.CoreSession_consoleLog(self, level_str, msg)
Exemplo n.º 3
0
 def consoleLog(*args):
     return _freeswitch.CoreSession_consoleLog(*args)