This commit is contained in:
Anthony Minessale
2013-02-19 14:22:01 -06:00
parent e0b883f581
commit 6f81477ca5
10 changed files with 180 additions and 1 deletions
@@ -290,6 +290,7 @@ class CoreSession(_object):
def setDTMFCallback(*args): return _freeswitch.CoreSession_setDTMFCallback(*args)
def speak(*args): return _freeswitch.CoreSession_speak(*args)
def set_tts_parms(*args): return _freeswitch.CoreSession_set_tts_parms(*args)
def set_tts_params(*args): return _freeswitch.CoreSession_set_tts_params(*args)
def collectDigits(*args): return _freeswitch.CoreSession_collectDigits(*args)
def getDigits(*args): return _freeswitch.CoreSession_getDigits(*args)
def transfer(*args): return _freeswitch.CoreSession_transfer(*args)