FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds
This commit is contained in:
parent
29d036799b
commit
8e7f6b71a1
|
@ -337,7 +337,7 @@ switch_status_t load_configuration(switch_bool_t reload)
|
||||||
spandsp_globals.timezone = "";
|
spandsp_globals.timezone = "";
|
||||||
|
|
||||||
/* TODO make configuration param */
|
/* TODO make configuration param */
|
||||||
spandsp_globals.tonedebug = 1;
|
spandsp_globals.tonedebug = 0;
|
||||||
|
|
||||||
if ((xml = switch_xml_open_cfg("spandsp.conf", &cfg, NULL)) || (xml = switch_xml_open_cfg("fax.conf", &cfg, NULL))) {
|
if ((xml = switch_xml_open_cfg("spandsp.conf", &cfg, NULL)) || (xml = switch_xml_open_cfg("fax.conf", &cfg, NULL))) {
|
||||||
status = SWITCH_STATUS_SUCCESS;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue