update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4190 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
774b4dbc2f
commit
cd0d988e74
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue