From: Anthony Minessale Date: Fri, 2 Mar 2012 19:42:56 +0000 (-0600) Subject: FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds X-Git-Tag: v1.2-rc1~19^2^2~68^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7f6b71a11b9cae3bafae90eb0470f5e8f44097;p=thirdparty%2Ffreeswitch.git FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp.c b/src/mod/applications/mod_spandsp/mod_spandsp.c index 68ac50f137..ba5f7713f2 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp.c @@ -337,7 +337,7 @@ switch_status_t load_configuration(switch_bool_t reload) spandsp_globals.timezone = ""; /* 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))) { status = SWITCH_STATUS_SUCCESS;