mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +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:
+11
-2
@@ -187,8 +187,17 @@ class ESLconnection {
|
||||
return $r;
|
||||
}
|
||||
|
||||
function setBlockingExecute($val) {
|
||||
return ESLconnection_setBlockingExecute($this->_cPtr,$val);
|
||||
function executeAsync($app,$arg=null,$uuid=null) {
|
||||
switch (func_num_args()) {
|
||||
case 1: $r=ESLconnection_executeAsync($this->_cPtr,$app); break;
|
||||
case 2: $r=ESLconnection_executeAsync($this->_cPtr,$app,$arg); break;
|
||||
default: $r=ESLconnection_executeAsync($this->_cPtr,$app,$arg,$uuid);
|
||||
}
|
||||
return $r;
|
||||
}
|
||||
|
||||
function setAsyncExecute($val) {
|
||||
return ESLconnection_setAsyncExecute($this->_cPtr,$val);
|
||||
}
|
||||
|
||||
function setEventLock($val) {
|
||||
|
||||
Reference in New Issue
Block a user