def check_hangup_hook(*args):
     return _freeswitch.Session_check_hangup_hook(*args)
Example #2
0
 def check_hangup_hook(self):
     return _freeswitch.Session_check_hangup_hook(self)