initialize

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7059 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-02 07:00:24 +00:00
parent ee82edb170
commit 70dd8a463d

View File

@ -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) {