mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-15 16:51:54 +00:00
add waitForAnswer to cpp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8745 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -218,6 +218,9 @@ class CoreSession(_object):
|
||||
def setAutoHangup(*args): return _freeswitch.CoreSession_setAutoHangup(*args)
|
||||
def setHangupHook(*args): return _freeswitch.CoreSession_setHangupHook(*args)
|
||||
def ready(*args): return _freeswitch.CoreSession_ready(*args)
|
||||
def answered(*args): return _freeswitch.CoreSession_answered(*args)
|
||||
def mediaReady(*args): return _freeswitch.CoreSession_mediaReady(*args)
|
||||
def waitForAnswer(*args): return _freeswitch.CoreSession_waitForAnswer(*args)
|
||||
def execute(*args): return _freeswitch.CoreSession_execute(*args)
|
||||
def sendEvent(*args): return _freeswitch.CoreSession_sendEvent(*args)
|
||||
def setEventData(*args): return _freeswitch.CoreSession_setEventData(*args)
|
||||
|
||||
Reference in New Issue
Block a user