X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.c;fp=options.c;h=3e5dda84b989d47250a2288cb70c21c41262a3db;hp=e788183e4ab3e0efdb41dcdb7c317bab44ba2f6d;hb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e;hpb=7dc10dcae129d2ef7f40a455aba45179eb68d1d8 diff --git a/options.c b/options.c index e788183..3e5dda8 100644 --- a/options.c +++ b/options.c @@ -31,7 +31,6 @@ struct options options = { "tones_american", /* directory of tones */ "", /* directories of tones to fetch */ "extensions", /* directory of extensions */ - 0, /* dtmf detection on */ "", /* dummy caller id */ 0, /* use tones by dsp.o */ 0, /* by default use priority 0 */ @@ -231,12 +230,6 @@ int read_options(void) PDEBUG(DEBUG_CONFIG, "inernational dial prefix: %s\n", param); } else - if (!strcmp(option,"nodtmf")) - { - options.nodtmf = 1; - - PDEBUG(DEBUG_CONFIG, "disable dtmf detection\n"); - } else if (!strcmp(option,"dummyid")) { SCPY(options.dummyid, param);