fix MODAPP-61

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6969 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-24 16:05:53 +00:00
parent a6d84408fc
commit 47e434bcd6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
char *dtmf = NULL;
char dtmf[2] = "";
switch_event_t *event = NULL;
struct input_callback_state *cb_state = buf;
struct js_session *jss = cb_state->session_state;