예제 #1
0
 def run_dtmf_callback(*args):
     return _freeswitch.CoreSession_run_dtmf_callback(*args)
예제 #2
0
    def run_dtmf_callback(*args): return _freeswitch.CoreSession_run_dtmf_callback(*args)
CoreSession_swigregister = _freeswitch.CoreSession_swigregister
예제 #3
0
 def run_dtmf_callback(self, input, itype):
     return _freeswitch.CoreSession_run_dtmf_callback(self, input, itype)
예제 #4
0
 def run_dtmf_callback(self, *args): return _freeswitch.CoreSession_run_dtmf_callback(self, *args)
 def consoleLog(self, *args): return _freeswitch.CoreSession_consoleLog(self, *args)