mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
auto update displays in more places
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15110 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -67,6 +67,10 @@ SWITCH_BEGIN_EXTERN_C
|
||||
const char *caller_id_name;
|
||||
/*! Caller ID Number */
|
||||
const char *caller_id_number;
|
||||
/*! Callee ID Name */
|
||||
const char *callee_id_name;
|
||||
/*! Callee ID Number */
|
||||
const char *callee_id_number;
|
||||
uint8_t caller_ton;
|
||||
uint8_t caller_numplan;
|
||||
/*! Caller Network Address (when applicable) */
|
||||
|
||||
@@ -92,7 +92,7 @@ struct switch_core_session_message {
|
||||
const char *_file;
|
||||
const char *_func;
|
||||
int _line;
|
||||
|
||||
const char *string_array_arg[10];
|
||||
};
|
||||
|
||||
/*! \brief A generic object to pass as a thread's session object to allow mutiple arguements and a pool */
|
||||
|
||||
@@ -408,6 +408,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||
switch_originate_flag_t flags
|
||||
);
|
||||
|
||||
SWITCH_DECLARE(void) switch_ivr_bridge_display(switch_core_session_t *session, switch_core_session_t *peer_session);
|
||||
|
||||
/*!
|
||||
\brief Bridge Audio from one session to another
|
||||
\param session one session
|
||||
|
||||
Reference in New Issue
Block a user