Esempio n. 1
0
 def insertFile(self, file, insert_file, sample_point):
     return _freeswitch.CoreSession_insertFile(self, file, insert_file,
                                               sample_point)
 def insertFile(*args):
     return _freeswitch.CoreSession_insertFile(*args)
Esempio n. 3
0
 def insertFile(self, *args): return _freeswitch.CoreSession_insertFile(self, *args)
 def answer(self): return _freeswitch.CoreSession_answer(self)