X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.c;h=bd4e0026c9af01cc67d1d2c100ae353af8567c44;hp=d41680e28031963c3b7ca084f06aa7ce10f10d19;hb=559ff64e3062b70f27ddceba825f40642a6c5725;hpb=2ed0fee489c37a6e2d4473f6185ebbe3e746ac11 diff --git a/options.c b/options.c index d41680e..bd4e002 100644 --- a/options.c +++ b/options.c @@ -39,7 +39,6 @@ struct options options = { 5060, 5, /* SIP port, maxqueue */ 0, /* dtmf detection on */ "", /* dummy caller id */ - 0, /* inband patterns on external calls */ 0, /* use tones by dsp.o */ 0, /* by default use priority 0 */ "pbx@jolly.de" /* source mail adress */ @@ -415,13 +414,6 @@ int read_options(void) PDEBUG(DEBUG_CONFIG, "dummy caller id\n", param); } else - if (!strcmp(option,"inbandpattern")) - { - if (!strcasecmp(param, "yes")) - options.inbandpattern = 1; - - PDEBUG(DEBUG_CONFIG, "inband pattern = %s\n", (options.inbandpattern)?"yes":"no"); - } else if (!strcmp(option,"dsptones")) { if (!strcasecmp(param, "american"))