mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
add some stuff to esl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12086 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -270,6 +270,8 @@ typedef struct {
|
||||
int connected;
|
||||
struct sockaddr_in addr;
|
||||
esl_mutex_t *mutex;
|
||||
int blocking_execute;
|
||||
int event_lock;
|
||||
} esl_handle_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -83,7 +83,9 @@ class eslConnection {
|
||||
eslEvent *recvEventTimed(int ms);
|
||||
esl_status_t filter(const char *header, const char *value);
|
||||
esl_status_t events(const char *etype, const char *value);
|
||||
esl_status_t execute(const char *app, const char *arg, const char *uuid);
|
||||
esl_status_t execute(const char *app, const char *arg = NULL, const char *uuid = NULL);
|
||||
int setBlockingExecute(const char *val);
|
||||
int setEventLock(const char *val);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user