rbrindley: branch 2.0 r5000 - /branches/2.0/config/js/menus.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Feb 15 04:35:45 CST 2010


Author: rbrindley
Date: Mon Feb 15 04:35:41 2010
New Revision: 5000

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

- modified the tooltips to let the user know they needed to specify the
  "record/" folder for custom voice prompts when using Background and
  Playback


Modified:
    branches/2.0/config/js/menus.js

Modified: branches/2.0/config/js/menus.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/menus.js?view=diff&rev=5000&r1=4999&r2=5000
==============================================================================
--- branches/2.0/config/js/menus.js (original)
+++ branches/2.0/config/js/menus.js Mon Feb 15 04:35:41 2010
@@ -228,7 +228,7 @@
 				case 'Background':
 					lbl('Background');
 					$('#newstep_sound').show();
-					tip_chosenStep.innerHTML = 'Play an audio file while waiting for digits of an extension to go to.';
+					tip_chosenStep.innerHTML = 'Play an audio file while waiting for digits of an extension to go to. (For custom voice prompts, type "record/" before your prompt file name)';
 					break;
 				case 'Busy':
 					lbl('Busy Tone');
@@ -258,7 +258,7 @@
 				case 'Playback':
 					lbl('Play Sound');
 					$('#newstep_sound').show();
-					tip_chosenStep.innerHTML = 'Plays back given file';
+					tip_chosenStep.innerHTML = 'Plays back given file. (For custom voice prompts, type "record/" before your prompt file name)';
 					break;
 				case 'Wait':
 					lbl('Wait');




More information about the asterisk-gui-commits mailing list