bkruse: trunk r1508 - in /trunk: ./ config/ringgroups.html

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


Author: bkruse
Date: Fri Aug 31 14:33:04 2007
New Revision: 1508

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1508
Log:
Merged revisions 1507 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1507 | bkruse | 2007-08-31 14:32:14 -0500 (Fri, 31 Aug 2007) | 3 lines

We want to append the context NAME
not the context contents.

........

Modified:
    trunk/   (props changed)
    trunk/config/ringgroups.html

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Fri Aug 31 14:33:04 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458,1465,1471,1475,1478,1481,1488,1491,1494,1497,1500,1504
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458,1465,1471,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507

Modified: trunk/config/ringgroups.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/ringgroups.html?view=diff&rev=1508&r1=1507&r2=1508
==============================================================================
--- trunk/config/ringgroups.html (original)
+++ trunk/config/ringgroups.html Fri Aug 31 14:33:04 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