fixup mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9023 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
87c6564e9e
commit
0ed55ae3e6
|
@ -167,9 +167,6 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||||
switch_caller_profile_t caller_profile; // avoid passing so many args to originate,
|
switch_caller_profile_t caller_profile; // avoid passing so many args to originate,
|
||||||
// instead set them here first
|
// instead set them here first
|
||||||
char *xml_cdr_text;
|
char *xml_cdr_text;
|
||||||
char *uuid;
|
|
||||||
char *tts_name;
|
|
||||||
char *voice_name;
|
|
||||||
void store_file_handle(switch_file_handle_t *fh);
|
void store_file_handle(switch_file_handle_t *fh);
|
||||||
void *on_hangup; // language specific callback function, cast as void *
|
void *on_hangup; // language specific callback function, cast as void *
|
||||||
switch_file_handle_t local_fh;
|
switch_file_handle_t local_fh;
|
||||||
|
@ -189,6 +186,10 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||||
// field in this->args
|
// field in this->args
|
||||||
switch_channel_state_t hook_state; // store hookstate for on_hangup callback
|
switch_channel_state_t hook_state; // store hookstate for on_hangup callback
|
||||||
|
|
||||||
|
char *uuid;
|
||||||
|
char *tts_name;
|
||||||
|
char *voice_name;
|
||||||
|
|
||||||
SWITCH_DECLARE(int) answer();
|
SWITCH_DECLARE(int) answer();
|
||||||
SWITCH_DECLARE(int) preAnswer();
|
SWITCH_DECLARE(int) preAnswer();
|
||||||
SWITCH_DECLARE(void) hangup(char *cause = "normal_clearing");
|
SWITCH_DECLARE(void) hangup(char *cause = "normal_clearing");
|
||||||
|
|
Loading…
Reference in New Issue