X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.c;h=16813f6d6de68d66dce4d80d480cba001732af1b;hp=e788183e4ab3e0efdb41dcdb7c317bab44ba2f6d;hb=7b78740c6e5e4ad585d36c157333b8c5018dcc82;hpb=9deb150f2ba289736e81f69bb7cf24e5b236ee96 diff --git a/options.c b/options.c index e788183..16813f6 100644 --- a/options.c +++ b/options.c @@ -15,7 +15,7 @@ #include "main.h" struct options options = { - "/usr/local/pbx/log", /* log file */ + "/usr/local/lcr/log", /* log file */ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -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);