コード例 #1
0
ファイル: freeswitch.py プロジェクト: hzhp/freeswitch_v1.8
 def setAutoHangup(self, val):
     return _freeswitch.CoreSession_setAutoHangup(self, val)
コード例 #2
0
 def setAutoHangup(*args):
     return _freeswitch.CoreSession_setAutoHangup(*args)
コード例 #3
0
 def setAutoHangup(self, *args): return _freeswitch.CoreSession_setAutoHangup(self, *args)
 def setHangupHook(self, *args): return _freeswitch.CoreSession_setHangupHook(self, *args)