pari: branch asterisknow r1938 -	/branches/asterisknow/config/ringgroups.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Dec  6 19:05:00 CST 2007
    
    
  
Author: pari
Date: Thu Dec  6 19:05:00 2007
New Revision: 1938
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1938
Log:
Hey .. how did i miss that. 
Modified:
    branches/asterisknow/config/ringgroups.html
Modified: branches/asterisknow/config/ringgroups.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/ringgroups.html?view=diff&rev=1938&r1=1937&r2=1938
==============================================================================
--- branches/asterisknow/config/ringgroups.html (original)
+++ branches/asterisknow/config/ringgroups.html Thu Dec  6 19:05:00 2007
@@ -321,12 +321,13 @@
 	//
 	// so we need to load users.conf and extensions.conf
 	//
-	//config2json('users.conf', 1, get_users) ;
+	
 	parent.FXO_PORTS_DETECTED.each( function(y) {
 		LISTOFCHANNELS['Zap/' + y] = {};
 		LISTOFCHANNELS['Zap/' + y]['ChannelName'] = 'Analog Phone ' + y;
 	});
 
+	config2json('users.conf', 1, get_users) ;
 	parent.loadscreen(this);
 }
 
    
    
More information about the asterisk-gui-commits
mailing list