コード例 #1
0
ファイル: freeswitch.py プロジェクト: hzhp/freeswitch_v1.8
 def setHangupHook(self, pyfunc, arg=None):
     return _freeswitch.Session_setHangupHook(self, pyfunc, arg)
コード例 #2
0
 def setHangupHook(*args):
     return _freeswitch.Session_setHangupHook(*args)
コード例 #3
0
 def setHangupHook(self, *args): return _freeswitch.Session_setHangupHook(self, *args)
 def ready(self): return _freeswitch.Session_ready(self)