提交 47e434bc authored 作者: Anthony Minessale's avatar Anthony Minessale

fix MODAPP-61

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6969 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a6d84408
...@@ -981,7 +981,7 @@ JSObject *new_js_event(switch_event_t *event, char *name, JSContext * cx, JSObje ...@@ -981,7 +981,7 @@ JSObject *new_js_event(switch_event_t *event, char *name, JSContext * cx, JSObje
static switch_status_t js_common_callback(switch_core_session_t *session, void *input, switch_input_type_t itype, void *buf, unsigned int buflen) static switch_status_t js_common_callback(switch_core_session_t *session, void *input, switch_input_type_t itype, void *buf, unsigned int buflen)
{ {
char *dtmf = NULL; char dtmf[2] = "";
switch_event_t *event = NULL; switch_event_t *event = NULL;
struct input_callback_state *cb_state = buf; struct input_callback_state *cb_state = buf;
struct js_session *jss = cb_state->session_state; struct js_session *jss = cb_state->session_state;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论