rbrindley: branch 2.0 r4708 - /branches/2.0/config/js/index.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Apr 2 16:40:19 CDT 2009
Author: rbrindley
Date: Thu Apr 2 16:40:15 2009
New Revision: 4708
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4708
Log:
- pbx.page_groups.list --> pbx.paging.list
Modified:
branches/2.0/config/js/index.js
Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4708&r1=4707&r2=4708
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Thu Apr 2 16:40:15 2009
@@ -926,7 +926,7 @@
var rg_name = sessionData.pbxinfo.ringgroups[rg].NAME || rg ;
tmp.push({ optionText: 'Ring Group -- ' + rg_name , optionValue: 'Goto('+ rg +',s,1)' });
});
- var y = pbx.page_groups.list();
+ var y = pbx.paging.list();
y.each(function(pge){
tmp.push({ optionText: 'Page Group -- ' + pge , optionValue: 'Goto('+ ASTGUI.contexts.PageGroups +','+ pge +',1)' });
});
More information about the asterisk-gui-commits
mailing list