mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-09 13:51:53 +00:00
add bridged method to scripting langs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16854 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -290,6 +290,7 @@ 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 bridged(*args): return _freeswitch.CoreSession_bridged(*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)
|
||||
|
||||
Reference in New Issue
Block a user