mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@901 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -877,7 +877,7 @@ SWITCH_DECLARE(switch_status) switch_ivr_multi_threaded_bridge(switch_core_sessi
|
||||
other_audio_thread.objs[0] = session;
|
||||
other_audio_thread.objs[1] = peer_session;
|
||||
other_audio_thread.objs[2] = &stream_id;
|
||||
other_audio_thread.objs[3] = dtmf_callback;
|
||||
other_audio_thread.objs[3] = (void *) dtmf_callback;
|
||||
other_audio_thread.objs[4] = session_data;
|
||||
other_audio_thread.objs[5] = &this_audio_thread.running;
|
||||
other_audio_thread.running = 5;
|
||||
@@ -885,7 +885,7 @@ SWITCH_DECLARE(switch_status) switch_ivr_multi_threaded_bridge(switch_core_sessi
|
||||
this_audio_thread.objs[0] = peer_session;
|
||||
this_audio_thread.objs[1] = session;
|
||||
this_audio_thread.objs[2] = &stream_id;
|
||||
this_audio_thread.objs[3] = dtmf_callback;
|
||||
this_audio_thread.objs[3] = (void *) dtmf_callback;
|
||||
this_audio_thread.objs[4] = peer_session_data;
|
||||
this_audio_thread.objs[5] = &other_audio_thread.running;
|
||||
this_audio_thread.running = 2;
|
||||
|
Reference in New Issue
Block a user