git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4190 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-10 01:00:02 +00:00
parent 774b4dbc2f
commit cd0d988e74
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ static JSBool session_sayphrase(JSContext *cx, JSObject *obj, uintN argc, jsval
cb_state.session_state = jss;
cb_state.cx = cx;
cb_state.obj = obj;
dtmf_func = js_stream_input_callback;
dtmf_func = js_collect_input_callback;
bp = &cb_state;
len = sizeof(cb_state);
}