[Freeswitch-svn] [commit] r9023 - freeswitch/trunk/src/include
Freeswitch SVN
anthm at freeswitch.org
Mon Jul 14 16:49:29 EDT 2008
Author: anthm
Date: Mon Jul 14 16:49:29 2008
New Revision: 9023
Modified:
freeswitch/trunk/src/include/switch_cpp.h
Log:
fixup mod_perl
Modified: freeswitch/trunk/src/include/switch_cpp.h
==============================================================================
--- freeswitch/trunk/src/include/switch_cpp.h (original)
+++ freeswitch/trunk/src/include/switch_cpp.h Mon Jul 14 16:49:29 2008
@@ -167,9 +167,6 @@
switch_caller_profile_t caller_profile; // avoid passing so many args to originate,
// instead set them here first
char *xml_cdr_text;
- char *uuid;
- char *tts_name;
- char *voice_name;
void store_file_handle(switch_file_handle_t *fh);
void *on_hangup; // language specific callback function, cast as void *
switch_file_handle_t local_fh;
@@ -189,6 +186,10 @@
// field in this->args
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) preAnswer();
SWITCH_DECLARE(void) hangup(char *cause = "normal_clearing");
More information about the Freeswitch-svn
mailing list