summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorSuper User2007-06-27 08:23:50 +0200
committerSuper User2007-06-27 08:23:50 +0200
commite9daaa4ef7ee895e6a8610ebb2166cc99c891a4e (patch)
tree147c8b74efd8830dc37be6a656944ce6d075a1e7 /options.c
parentbackup (diff)
downloadlcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.gz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.xz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.zip
backup
Diffstat (limited to 'options.c')
-rw-r--r--options.c7
1 files changed, 0 insertions, 7 deletions
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);