]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5607 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jul 2013 18:48:34 +0000 (13:48 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jul 2013 18:48:34 +0000 (13:48 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index cd1420c058dc1bd382aea13e404a40a83033de82..a2acd21a2697e9dee4abf5639de465485b542265 100644 (file)
@@ -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)) {