X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=a0dbad4eaf3e81eab488be0e54cfe7c83088af1d;hp=ecf7e3c46aebf0b2a7f321e81ad17f1eb835d676;hb=1bfbfbf903777d13df3107fbc89bdaeb2af9f2d6;hpb=fd2045584f7084d209607f4d717a66bea9afe88e diff --git a/options.h b/options.h index ecf7e3c..a0dbad4 100644 --- a/options.h +++ b/options.h @@ -11,8 +11,6 @@ struct options { char log[128]; /* location of log file */ - char ports[256]; /* use of ports */ -// int ptp; /* if layer 2 should be watched */ int deb; /* debugging */ char law; /* 'a' or 'u' law */ @@ -22,7 +20,6 @@ struct options { char tones_dir[64]; /* directory of all tones/patterns */ char fetch_tones[256]; /* directories of tones to fetch */ char extensions_dir[64]; /* directory of extensions */ - int nodtmf; /* use dtmf detection */ char dummyid[32]; /* caller id for external calls if not available */ int dsptones; /* tones will be generated via dsp.o 1=american 2=ger */ int schedule; /* run process in realtime @ given priority */