[asterisk-commits] trunk r28703 - in /trunk: ./ channels/chan_zap.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Fri May 19 10:05:23 MST 2006
    
    
  
Author: file
Date: Fri May 19 12:05:22 2006
New Revision: 28703
URL: http://svn.digium.com/view/asterisk?rev=28703&view=rev
Log:
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)
........
Modified:
    trunk/   (props changed)
    trunk/channels/chan_zap.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?rev=28703&r1=28702&r2=28703&view=diff
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Fri May 19 12:05:22 2006
@@ -10847,6 +10847,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