forked from Mirrors/freeswitch
initialize
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7059 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ee82edb170
commit
70dd8a463d
@ -210,7 +210,7 @@ static JSBool teletone_generate(JSContext * cx, JSObject * obj, uintN argc, jsva
|
||||
unsigned char *fdata[1024];
|
||||
switch_frame_t *read_frame;
|
||||
int stream_id;
|
||||
switch_core_thread_session_t thread_session;
|
||||
switch_core_thread_session_t thread_session = { 0 };
|
||||
switch_channel_t *channel;
|
||||
|
||||
if (argc > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user