bkruse: branch 2.0 r3714 - /branches/2.0/config/bulkadd.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Aug 27 14:36:02 CDT 2008
    
    
  
Author: bkruse
Date: Wed Aug 27 14:36:02 2008
New Revision: 3714
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3714
Log:
host = dynamic for new users, as reported by Matt Sales.
Modified:
    branches/2.0/config/bulkadd.html
Modified: branches/2.0/config/bulkadd.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/bulkadd.html?view=diff&rev=3714&r1=3713&r2=3714
==============================================================================
--- branches/2.0/config/bulkadd.html (original)
+++ branches/2.0/config/bulkadd.html Wed Aug 27 14:36:02 2008
@@ -141,6 +141,7 @@
 			NEW_USERS[ tmp_nu ]['hassip'] = 'yes';
 			NEW_USERS[ tmp_nu ]['hasiax'] = 'yes';
 			NEW_USERS[ tmp_nu ]['secret'] = tmp_nu;
+			NEW_USERS[ tmp_nu ]['host'] = 'dynamic';
 		tmp_user++ ;
 		t--;
 	}
    
    
More information about the asterisk-gui-commits
mailing list