mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 23:01:54 +00:00
FS-9638
This commit is contained in:
@@ -235,6 +235,7 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *bod
|
||||
|
||||
SWITCH_DECLARE(int) insertFile(const char *file, const char *insert_file, int sample_point);
|
||||
SWITCH_DECLARE(int) answer();
|
||||
SWITCH_DECLARE(int) print(char *txt);
|
||||
SWITCH_DECLARE(int) preAnswer();
|
||||
SWITCH_DECLARE(void) hangup(const char *cause = "normal_clearing");
|
||||
SWITCH_DECLARE(void) hangupState(void);
|
||||
|
||||
Reference in New Issue
Block a user