mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-17 17:51:59 +00:00
add read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8254 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -207,6 +207,7 @@ class CoreSession(_object):
|
||||
def collectDigits(*args): return _freeswitch.CoreSession_collectDigits(*args)
|
||||
def getDigits(*args): return _freeswitch.CoreSession_getDigits(*args)
|
||||
def transfer(*args): return _freeswitch.CoreSession_transfer(*args)
|
||||
def read(*args): return _freeswitch.CoreSession_read(*args)
|
||||
def playAndGetDigits(*args): return _freeswitch.CoreSession_playAndGetDigits(*args)
|
||||
def streamFile(*args): return _freeswitch.CoreSession_streamFile(*args)
|
||||
def flushEvents(*args): return _freeswitch.CoreSession_flushEvents(*args)
|
||||
|
||||
Reference in New Issue
Block a user