aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 17:04:55 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 17:04:55 +0000
commitca3f1895fc7937ce7e81f03748a7a862a5d90e0b (patch)
tree456c505380cdd0cb0e2570c58bcce03ae893f242 /channels
parent40c8540186d0ceec07c8031648f841c99755c031 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@28702 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 6dae296bc..847063a5b 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -10718,6 +10718,8 @@ static int setup_zap(int reload)
v->value, v->lineno);
} else if (!strcasecmp(v->name, "minunused")) {
minunused = atoi(v->value);
+ } else if (!strcasecmp(v->name, "minidle")) {
+ minidle = atoi(v->value);
} else if (!strcasecmp(v->name, "idleext")) {
ast_copy_string(idleext, v->value, sizeof(idleext));
} else if (!strcasecmp(v->name, "idledial")) {