mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-5794 --resolve
This commit is contained in:
@@ -107,8 +107,9 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *bod
|
||||
protected:
|
||||
char *last_data;
|
||||
char time_buf[64];
|
||||
switch_core_session_t *session;
|
||||
public:
|
||||
SWITCH_DECLARE_CONSTRUCTOR API(void);
|
||||
SWITCH_DECLARE_CONSTRUCTOR API(CoreSession *s = NULL);
|
||||
virtual SWITCH_DECLARE_CONSTRUCTOR ~ API();
|
||||
SWITCH_DECLARE(const char *) execute(const char *command, const char *data = NULL);
|
||||
SWITCH_DECLARE(const char *) executeString(const char *command);
|
||||
|
||||
Reference in New Issue
Block a user