pari: branch 2.0 r3715 - /branches/2.0/config/bulkadd.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Aug 27 14:48:45 CDT 2008
Author: pari
Date: Wed Aug 27 14:48:44 2008
New Revision: 3715
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3715
Log:
make sure host=dynamic is always set for any new users
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=3715&r1=3714&r2=3715
==============================================================================
--- branches/2.0/config/bulkadd.html (original)
+++ branches/2.0/config/bulkadd.html Wed Aug 27 14:48:44 2008
@@ -109,6 +109,7 @@
for( var f = 1 ; f < HEADS.length ; f++ ){
NEW_USERS[ this_user ][ HEADS[f] ] = this_user_details[ f ] ;
}
+ NEW_USERS[ this_user ]['host'] = 'dynamic' ;
};
// ASTGUI.debugLog( NEW_USERS , 'parse');
More information about the asterisk-gui-commits
mailing list