From fb887acb442d7c74d244bc61fbae5f16da916a12 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 19 Jul 2013 13:48:34 -0500 Subject: [PATCH] FS-5607 --resolve --- src/mod/applications/mod_fifo/mod_fifo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index fa0978d647..a32736ec89 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -4069,6 +4069,8 @@ static switch_status_t load_config(int reload, int del_all) } else { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "ODBC IS NOT AVAILABLE!\n"); } + } else if (!strcasecmp(var, "dbname") && !zstr(val)) { + globals.dbname = switch_core_strdup(globals.pool, val); } else if (!strcasecmp(var, "allow-transcoding") && !zstr(val)) { globals.allow_transcoding = switch_true(val); } else if (!strcasecmp(var, "db-pre-trans-execute") && !zstr(val)) {