コード例 #1
0
 def consoleLog(self, *args): return _freeswitch.CoreSession_consoleLog(self, *args)
 def consoleLog2(self, *args): return _freeswitch.CoreSession_consoleLog2(self, *args)
コード例 #2
0
ファイル: freeswitch.py プロジェクト: hzhp/freeswitch_v1.8
 def consoleLog(self, level_str, msg):
     return _freeswitch.CoreSession_consoleLog(self, level_str, msg)
コード例 #3
0
 def consoleLog(*args):
     return _freeswitch.CoreSession_consoleLog(*args)