mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
FS-5607 --resolve
This commit is contained in:
parent
ce80ddc93a
commit
fab8e29dd6
@ -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…
x
Reference in New Issue
Block a user