예제 #1
0
 def preAnswer(self):
     return _freeswitch.CoreSession_preAnswer(self)
예제 #2
0
 def preAnswer(*args):
     return _freeswitch.CoreSession_preAnswer(*args)
예제 #3
0
 def preAnswer(self): return _freeswitch.CoreSession_preAnswer(self)
 def hangup(self, cause="normal_clearing"): return _freeswitch.CoreSession_hangup(self, cause)