add some methods to CoreSession

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8352 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-05-10 17:02:43 +00:00
parent 0e6bb5f606
commit a5e10ebcb9
10 changed files with 403 additions and 86 deletions
+4
View File
@@ -160,6 +160,7 @@ class CoreSession {
switch_input_args_t *ap; // ptr to args .. (is this really needed?)
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;
@@ -309,6 +310,9 @@ class CoreSession {
SWITCH_DECLARE(void) sendEvent(Event *sendME);
SWITCH_DECLARE(void) CoreSession::setEventData(Event *e);
SWITCH_DECLARE(char *) CoreSession::getXMLCDR();
virtual bool begin_allow_threads() = 0;
virtual bool end_allow_threads() = 0;