示例#1
0
 def consoleLog(self, *args): return _freeswitch.CoreSession_consoleLog(self, *args)
 def consoleLog2(self, *args): return _freeswitch.CoreSession_consoleLog2(self, *args)
示例#2
0
 def consoleLog(self, level_str, msg):
     return _freeswitch.CoreSession_consoleLog(self, level_str, msg)
示例#3
0
 def consoleLog(*args):
     return _freeswitch.CoreSession_consoleLog(*args)