mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
tweak to repair some damage from icc tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@992 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -500,7 +500,7 @@ SWITCH_DECLARE(switch_status) switch_ivr_speak_text(switch_core_session *session
|
||||
|
||||
switch_status status = SWITCH_STATUS_SUCCESS;
|
||||
switch_speech_handle sh;
|
||||
uint32_t flags = SWITCH_SPEECH_FLAG_TTS;
|
||||
switch_speech_flag flags = SWITCH_SPEECH_FLAG_TTS;
|
||||
|
||||
|
||||
memset(&sh, 0, sizeof(sh));
|
||||
@@ -691,11 +691,12 @@ static void *audio_bridge_thread(switch_thread *thread, void *obj)
|
||||
switch_dtmf_callback_function dtmf_callback;
|
||||
void *user_data;
|
||||
|
||||
assert(!thread || thread);
|
||||
switch_channel *chan_a, *chan_b;
|
||||
switch_frame *read_frame;
|
||||
switch_core_session *session_a, *session_b;
|
||||
|
||||
assert(!thread || thread);
|
||||
|
||||
session_a = data->objs[0];
|
||||
session_b = data->objs[1];
|
||||
|
||||
|
Reference in New Issue
Block a user