mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-3023
This commit is contained in:
@@ -68,6 +68,10 @@ Note that the first parameter to the new operator is implicitly handled by c++..
|
||||
SWITCH_DECLARE(void) consoleLog(char *level_str, char *msg);
|
||||
SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
|
||||
SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *body = NULL,
|
||||
char *file = NULL, char *convert_cmd = NULL, char *convert_ext = NULL);
|
||||
|
||||
|
||||
class CoreSession;
|
||||
|
||||
class IVRMenu {
|
||||
|
||||
Reference in New Issue
Block a user