backup
[lcr.git] / options.c
index a69dd61..16813f6 100644 (file)
--- 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,11 +31,10 @@ 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 */
-       "pbx@jolly.de"                  /* source mail adress */
+       "lcr@your.machine"              /* source mail adress */
 };
 
 /* read options
@@ -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);