pari: branch 2.0 r4267 - /branches/2.0/config/js/astman.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Dec  2 18:32:08 CST 2008
    
    
  
Author: pari
Date: Tue Dec  2 18:32:08 2008
New Revision: 4267
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4267
Log:
 Foo!
Modified:
    branches/2.0/config/js/astman.js
Modified: branches/2.0/config/js/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/astman.js?view=diff&rev=4267&r1=4266&r2=4267
==============================================================================
--- branches/2.0/config/js/astman.js (original)
+++ branches/2.0/config/js/astman.js Tue Dec  2 18:32:08 2008
@@ -1660,6 +1660,9 @@
 					return 'Goto User ' + u ;
 				}
 			};
+			if( args[0] == 'pagegroups' ){
+				return 'Goto Page Group ' + args[1] ;
+			};
 			if( args[0] == ASTGUI.contexts.QUEUES ){
 				return 'Goto Queue ' + args[1] ;
 			};
@@ -1725,6 +1728,9 @@
 			}
 
 			if( all_LC == "disa" ){
+				if ( args[0] && args[1] && args[0] == 'no-password' ){
+					return 'DISA using context ' + args[1] + ' (no password)';
+				}
 				return 'DISA ' + ( args[0] && ' using password ' + args[0] ) + ( args[1] && ' against context ' + args[1] ) ;
 			}
 
    
    
More information about the asterisk-gui-commits
mailing list