From: Christopher Rienzo Date: Fri, 16 Apr 2010 13:34:22 +0000 (+0100) Subject: my first git commit - added comment to mod_unimrcp.c X-Git-Tag: git2svn-syncpoint-master~169^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c9f50fa196ee164e12aba72ec3e5a338305632;p=thirdparty%2Ffreeswitch.git my first git commit - added comment to mod_unimrcp.c --- diff --git a/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c b/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c index dfce2cecaf..1ecc1404ce 100644 --- a/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c +++ b/src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c @@ -2059,6 +2059,7 @@ static switch_status_t recog_channel_start(speech_channel_t *schannel, const cha r->start_of_input = 0; /* input timers are started by default unless the start-input-timers=false param is set */ + /* TODO this is true for Nuance, but might not be true on other MRCP servers */ start_input_timers = (char *) switch_core_hash_find(schannel->params, "start-input-timers"); r->timers_started = zstr(start_input_timers) || strcasecmp(start_input_timers, "false");