FS-5607 --resolve
This commit is contained in:
parent
92031835f7
commit
fb887acb44
|
@ -4069,6 +4069,8 @@ static switch_status_t load_config(int reload, int del_all)
|
||||||
} else {
|
} else {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "ODBC IS NOT AVAILABLE!\n");
|
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)) {
|
} else if (!strcasecmp(var, "allow-transcoding") && !zstr(val)) {
|
||||||
globals.allow_transcoding = switch_true(val);
|
globals.allow_transcoding = switch_true(val);
|
||||||
} else if (!strcasecmp(var, "db-pre-trans-execute") && !zstr(val)) {
|
} else if (!strcasecmp(var, "db-pre-trans-execute") && !zstr(val)) {
|
||||||
|
|
Loading…
Reference in New Issue