]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Mar 2012 19:42:56 +0000 (13:42 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Mar 2012 19:42:56 +0000 (13:42 -0600)
src/mod/applications/mod_spandsp/mod_spandsp.c

index 68ac50f1374b2e866e33ced92308721b18624dcb..ba5f7713f2b24e6e3731c03b1de38fb264df236d 100644 (file)
@@ -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;