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:
@@ -272,7 +272,7 @@ typedef struct {
|
||||
int connected;
|
||||
struct sockaddr_in addr;
|
||||
esl_mutex_t *mutex;
|
||||
int blocking_execute;
|
||||
int async_execute;
|
||||
int event_lock;
|
||||
} esl_handle_t;
|
||||
|
||||
|
||||
@@ -88,7 +88,8 @@ class ESLconnection {
|
||||
ESLevent *filter(const char *header, const char *value);
|
||||
int events(const char *etype, const char *value);
|
||||
int execute(const char *app, const char *arg = NULL, const char *uuid = NULL);
|
||||
int setBlockingExecute(const char *val);
|
||||
int executeAsync(const char *app, const char *arg = NULL, const char *uuid = NULL);
|
||||
int setAsyncExecute(const char *val);
|
||||
int setEventLock(const char *val);
|
||||
int disconnect(void);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user