mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
try to pass 2833-pt across calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4344 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1454,6 +1454,14 @@ SWITCH_DECLARE(void) switch_core_launch_thread(void *(*func)(switch_thread_t *,
|
||||
\brief Initiate Globals
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_core_set_globals(void);
|
||||
|
||||
/*!
|
||||
\brief indicate if 2 sessions are the same type
|
||||
\param a the first session
|
||||
\param b the second session
|
||||
\return TRUE or FALSE
|
||||
*/
|
||||
SWITCH_DECLARE(uint8_t) switch_core_session_compare(switch_core_session_t *a, switch_core_session_t *b);
|
||||
///\}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user