Пример #1
0
 def hangup(*args):
     return _freeswitch.CoreSession_hangup(*args)
Пример #2
0
 def hangup(self, cause="normal_clearing"): return _freeswitch.CoreSession_hangup(self, cause)
 def hangupState(self): return _freeswitch.CoreSession_hangupState(self)