forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@987 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
38d680864c
commit
4a2c9a5e6c
@ -1,6 +1,3 @@
|
||||
#ifdef __ICC
|
||||
#pragma warning (disable:1419)
|
||||
#endif
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
|
@ -691,7 +691,7 @@ static void *audio_bridge_thread(switch_thread *thread, void *obj)
|
||||
switch_dtmf_callback_function dtmf_callback;
|
||||
void *user_data;
|
||||
|
||||
assert(thread != NULL);
|
||||
assert(!thread || thread);
|
||||
switch_channel *chan_a, *chan_b;
|
||||
switch_frame *read_frame;
|
||||
switch_core_session *session_a, *session_b;
|
||||
|
Loading…
Reference in New Issue
Block a user