mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 12:54:56 +00:00
Merged revisions 28698 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r28698 | file | 2006-05-19 14:04:02 -0300 (Fri, 19 May 2006) | 2 lines Make the minidle option actually exist as documented (issue #7159 reported by imran) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10847,6 +10847,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")) {
|
||||
|
Reference in New Issue
Block a user