Example #1
0
 def recordFile(self,
                file_name,
                time_limit=0,
                silence_threshold=0,
                silence_hits=0):
     return _freeswitch.CoreSession_recordFile(self, file_name, time_limit,
                                               silence_threshold,
                                               silence_hits)
 def recordFile(*args):
     return _freeswitch.CoreSession_recordFile(*args)
Example #3
0
 def recordFile(*args): return _freeswitch.CoreSession_recordFile(*args)
 def originate(*args): return _freeswitch.CoreSession_originate(*args)