pari: trunk r1289 - /trunk/config/ringgroups.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Aug  2 11:44:48 CDT 2007
    
    
  
Author: pari
Date: Thu Aug  2 11:44:47 2007
New Revision: 1289
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1289
Log:
BugFix: http://bugs.digium.com/view.php?id=10366
When creating a new call group, the number of seconds to ring the group is 20 by default.
When you save the call group, the number of seconds is set to "undefined". You can edit 
the call group and then set the ring seconds, but the issue is with adding the 
group the first time.
Modified:
    trunk/config/ringgroups.html
Modified: trunk/config/ringgroups.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/ringgroups.html?view=diff&rev=1289&r1=1288&r2=1289
==============================================================================
--- trunk/config/ringgroups.html (original)
+++ trunk/config/ringgroups.html Thu Aug  2 11:44:47 2007
@@ -213,6 +213,7 @@
 	this_ringgroup.ringstyle = _$('select_strategy').value;
 	this_ringgroup.rgchannels = [];
 	this_ringgroup.laststep = '';
+	this_ringgroup.ringTime = ringtime;
 
 	uri += build_action('newcat', p, context ,"", ""); p = p+1;
 
    
    
More information about the asterisk-gui-commits
mailing list