bkruse: branch 1.4 r1507 - /branches/1.4/config/ringgroups.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Aug 31 14:32:14 CDT 2007


Author: bkruse
Date: Fri Aug 31 14:32:14 2007
New Revision: 1507

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1507
Log:
We want to append the context NAME
not the context contents.

Modified:
    branches/1.4/config/ringgroups.html

Modified: branches/1.4/config/ringgroups.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/ringgroups.html?view=diff&rev=1507&r1=1506&r2=1507
==============================================================================
--- branches/1.4/config/ringgroups.html (original)
+++ branches/1.4/config/ringgroups.html Fri Aug 31 14:32:14 2007
@@ -401,7 +401,7 @@
 
 		t = l.substr(0,17);
 		if( t =='voicemenu-custom-' ){ // if is a Voice Menu
-			ASTGUI.selectbox.append(el,get_menuname(n[l]), 'Goto('+ n[l] + '|s|1)' );
+			ASTGUI.selectbox.append(el,get_menuname(n[l]), 'Goto('+ l + '|s|1)' );
 		}
 	}}
 




More information about the asterisk-gui-commits mailing list