Beispiel #1
0
 def setHangupHook(self, pyfunc, arg=None):
     return _freeswitch.Session_setHangupHook(self, pyfunc, arg)
 def setHangupHook(*args):
     return _freeswitch.Session_setHangupHook(*args)
 def setHangupHook(self, *args): return _freeswitch.Session_setHangupHook(self, *args)
 def ready(self): return _freeswitch.Session_ready(self)