pari: branch 2.0 r4027 - /branches/2.0/config/ringgroups.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Oct 29 13:43:15 CDT 2008


Author: pari
Date: Wed Oct 29 13:43:15 2008
New Revision: 4027

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4027
Log:

 Also consider page/intercom extensions while suggesting the 
 next.available extension for a new ring group



Modified:
    branches/2.0/config/ringgroups.html

Modified: branches/2.0/config/ringgroups.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/ringgroups.html?view=diff&rev=4027&r1=4026&r2=4027
==============================================================================
--- branches/2.0/config/ringgroups.html (original)
+++ branches/2.0/config/ringgroups.html Wed Oct 29 13:43:15 2008
@@ -209,6 +209,7 @@
 					tmp_aliasextens.push( c['extension'] );
 				}
 			});
+			tmp_aliasextens = tmp_aliasextens.concat( parent.astgui_managePageGroups.getPGsList() );
 			DOM_text_rgExten.value  = tmp_aliasextens.firstAvailable( parent.sessionData.GUI_PREFERENCES.getProperty('rge_start') );
 		})();
 




More information about the asterisk-gui-commits mailing list