mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
consolidate code in conference into todays changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2303 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -169,11 +169,17 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_speak_text(switch_core_session_t *ses
|
||||
\param session originating session
|
||||
\param bleg B leg session
|
||||
\param bridgeto the desired remote callstring
|
||||
\param table optional state handler table to install on the channel
|
||||
\param cid_name_override override the caller id name
|
||||
\param cid_num_override override the caller id number
|
||||
\return SWITCH_STATUS_SUCCESS if bleg is a running session.
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_outcall(switch_core_session_t *session,
|
||||
switch_core_session_t **bleg,
|
||||
char *bridgeto);
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *session,
|
||||
switch_core_session_t **bleg,
|
||||
char *bridgeto,
|
||||
const switch_state_handler_table_t *table,
|
||||
char *cid_name_override,
|
||||
char *cid_num_override);
|
||||
|
||||
/*!
|
||||
\brief Bridge Audio from one session to another
|
||||
|
Reference in New Issue
Block a user