mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-06 12:21:49 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user