Exemplo n.º 1
0
 def preAnswer(self):
     return _freeswitch.CoreSession_preAnswer(self)
Exemplo n.º 2
0
 def preAnswer(*args):
     return _freeswitch.CoreSession_preAnswer(*args)
Exemplo n.º 3
0
 def preAnswer(self): return _freeswitch.CoreSession_preAnswer(self)
 def hangup(self, cause="normal_clearing"): return _freeswitch.CoreSession_hangup(self, cause)