summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorSuper User2007-05-09 07:39:20 +0200
committerSuper User2007-05-09 07:39:20 +0200
commit559ff64e3062b70f27ddceba825f40642a6c5725 (patch)
tree5d1fcfb704616da846db41ec7985b84a32e0bfd1 /options.c
parentonly for backup, still in coding state - no compile!!! (diff)
downloadlcr-559ff64e3062b70f27ddceba825f40642a6c5725.tar.gz
lcr-559ff64e3062b70f27ddceba825f40642a6c5725.tar.xz
lcr-559ff64e3062b70f27ddceba825f40642a6c5725.zip
backup work
Diffstat (limited to 'options.c')
-rw-r--r--options.c8
1 files changed, 0 insertions, 8 deletions
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"))