From f2fdba6d7d7f15e7f532939b33ac5c4343d3b037 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 10 Jul 2008 00:57:09 +0000 Subject: [PATCH] lets set a default for auto_reload also git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8976 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c index 9afe337269..07db4e8e83 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c +++ b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c @@ -403,6 +403,7 @@ static switch_status_t load_config(void) globals.thresh = 400; globals.silence_hits = 35; globals.listen_hits = 5; + globals.auto_reload = 1; if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "open of %s failed\n", cf);