mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
match ESL to last commit and check in ESL::IVR perl mod
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12760 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -89,7 +89,8 @@ class ESLconnection:
|
||||
def filter(*args): return apply(_ESL.ESLconnection_filter, args)
|
||||
def events(*args): return apply(_ESL.ESLconnection_events, args)
|
||||
def execute(*args): return apply(_ESL.ESLconnection_execute, args)
|
||||
def setBlockingExecute(*args): return apply(_ESL.ESLconnection_setBlockingExecute, args)
|
||||
def executeAsync(*args): return apply(_ESL.ESLconnection_executeAsync, args)
|
||||
def setAsyncExecute(*args): return apply(_ESL.ESLconnection_setAsyncExecute, args)
|
||||
def setEventLock(*args): return apply(_ESL.ESLconnection_setEventLock, args)
|
||||
def disconnect(*args): return apply(_ESL.ESLconnection_disconnect, args)
|
||||
ESLconnection_swigregister = _ESL.ESLconnection_swigregister
|
||||
|
Reference in New Issue
Block a user