mod_pocketsphinx fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9047 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e05c71729a
commit
aa99ef8fb6
|
@ -408,7 +408,7 @@ static switch_status_t load_config(void)
|
|||
/* Set defaults */
|
||||
globals.thresh = 400;
|
||||
globals.silence_hits = 35;
|
||||
globals.listen_hits = 5;
|
||||
globals.listen_hits = 1;
|
||||
globals.auto_reload = 1;
|
||||
|
||||
if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {
|
||||
|
|
Loading…
Reference in New Issue