[asterisk-commits] branch 1.2 r28698 -
/branches/1.2/channels/chan_zap.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri May 19 10:04:03 MST 2006
Author: file
Date: Fri May 19 12:04:02 2006
New Revision: 28698
URL: http://svn.digium.com/view/asterisk?rev=28698&view=rev
Log:
Make the minidle option actually exist as documented (issue #7159 reported by imran)
Modified:
branches/1.2/channels/chan_zap.c
Modified: branches/1.2/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_zap.c?rev=28698&r1=28697&r2=28698&view=diff
==============================================================================
--- branches/1.2/channels/chan_zap.c (original)
+++ branches/1.2/channels/chan_zap.c Fri May 19 12:04:02 2006
@@ -10718,6 +10718,8 @@
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")) {
More information about the asterisk-commits
mailing list